diff options
-rw-r--r-- | service/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/service/Android.bp b/service/Android.bp index b7d843352..6e04edfe0 100644 --- a/service/Android.bp +++ b/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, } |