diff options
-rw-r--r-- | service/Android.bp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/service/Android.bp b/service/Android.bp index a0bd26f8d..5f3cfa5f9 100644 --- a/service/Android.bp +++ b/service/Android.bp @@ -126,4 +126,10 @@ java_sdk_library { "test_com.android.permission", ], installable: true, + permitted_packages: [ + "com.android.access", + "com.android.permission", + "com.android.role", + "com.android.safetycenter", + ], } |