diff options
author | Anton Hansson <hansson@google.com> | 2020-12-21 16:59:06 +0000 |
---|---|---|
committer | Anton Hansson <hansson@google.com> | 2020-12-21 17:05:22 +0000 |
commit | 110820fc92f223a84f74f3720dcd0346b48fbdad (patch) | |
tree | ec2848d7ddfea508fe23f8c286604c0960391815 /apex | |
parent | 96db3dad2a4a1c4f1622a2b268b347cda0e808db (diff) |
Allow-list service-permission to not track latest api
The system-server part of this library has last-api tacking, but we also
enable the public api tracking which we don't have last-api tracking of.
Bug: 176092454
Test: m nothing
Change-Id: I0685ad7a971b2b0ce4e01bc7bd31b9d393eed60d
Diffstat (limited to 'apex')
-rw-r--r-- | apex/permission/service/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apex/permission/service/Android.bp b/apex/permission/service/Android.bp index b7d843352d8e..6e04edfe02f1 100644 --- a/apex/permission/service/Android.bp +++ b/apex/permission/service/Android.bp @@ -39,4 +39,6 @@ java_sdk_library { "test_com.android.permission", ], installable: true, + // We don't have last-api tracking files for the public part of this jar's API. + unsafe_ignore_missing_latest_api: true, } |