diff options
author | 2024-11-01 20:16:12 +0000 | |
---|---|---|
committer | 2024-11-05 15:12:14 +0000 | |
commit | d60d6806c170f95441733e3fc23e6f36e85e01ba (patch) | |
tree | 5172ddb4d039e3a8473e2b20659eae90ba8a4a15 /PermissionController/role-controller/Android.bp | |
parent | c2ea6b1bd9fa99ceba8a629a3b8dd5c1cc716009 (diff) |
Revert^2 "Add Cross-user role support xml parsing"
This reverts commit b5a2cfc3b9ebe0d3721bf62aff76f366e0e31cf1.
Reason for revert: Fixing apex error in initial change
Test: atest SafetyCenterManagerTest
LOW_COVERAGE_REASON=FLAG_NOT_ENABLED
Change-Id: I00be8f7547df54a8132aa8de41c7fb7efdff012d
Diffstat (limited to 'PermissionController/role-controller/Android.bp')
-rw-r--r-- | PermissionController/role-controller/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PermissionController/role-controller/Android.bp b/PermissionController/role-controller/Android.bp index 166823b08..dfcc83a08 100644 --- a/PermissionController/role-controller/Android.bp +++ b/PermissionController/role-controller/Android.bp @@ -31,6 +31,7 @@ java_library { "android.companion.virtualdevice.flags-aconfig-java-export", "android.permission.flags-aconfig-java-export", "android.os.flags-aconfig-java-export", + "com.android.permission.flags-aconfig-java-export", ], apex_available: [ "com.android.permission", |