diff options
author | 2024-11-11 01:10:56 +0000 | |
---|---|---|
committer | 2024-11-12 22:14:10 +0000 | |
commit | 6a5f6c8b106447220162568a79534e675d08e304 (patch) | |
tree | c0d3618e0ad722b1daf50dbc8f4b86de820be905 /Android.bp | |
parent | 8f45dc40b9d97827f7fa63b79c4fd0292d9ed6c1 (diff) |
Move UserHandleCompat to framework-s for more convenient accessed
NO_IFTTT=Does not modify RoleParser logic
RelNote: N/A
Bug: 376728836
Flag: EXEMPT refactor
Test: build
Change-Id: I603adc9e8e584bbadda49903bca6c3aba30cad89
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 9b1857741..f2aab3568 100644 --- a/Android.bp +++ b/Android.bp @@ -110,6 +110,7 @@ bootclasspath_fragment { package_prefixes: [ "android.app.role", "android.app.ecm", + "android.permission.internal", "android.permission.jarjar", "android.safetycenter", "android.safetylabel", |