summaryrefslogtreecommitdiff
path: root/PermissionController/role-controller/Android.bp
diff options
context:
space:
mode:
author Richard MacGregor <rmacgregor@google.com> 2024-11-07 23:41:37 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-11-07 23:41:37 +0000
commit3535afd7ad5fad6c20d796339b5a8ffcd8aaddc7 (patch)
treebee8090d965dc20d888a47ad3ad9eec22be10215 /PermissionController/role-controller/Android.bp
parent0e09a99ea8a4886d89bf89a3fa3a9d9a19d9123e (diff)
parent8c7714a6e97f46d45c91d340727c27d2af22ede5 (diff)
Merge "Revert^4 "Add Cross-user role support xml parsing"" into main
Diffstat (limited to 'PermissionController/role-controller/Android.bp')
-rw-r--r--PermissionController/role-controller/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/PermissionController/role-controller/Android.bp b/PermissionController/role-controller/Android.bp
index 166823b08..612c979b5 100644
--- a/PermissionController/role-controller/Android.bp
+++ b/PermissionController/role-controller/Android.bp
@@ -17,6 +17,9 @@ package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
+// Any place that role-controller is added as a dependency must also include
+// "com.android.permission.flags-aconfig-java" or
+// "com.android.permission.flags-aconfig-java-export",
java_library {
name: "role-controller",
srcs: [
@@ -24,6 +27,7 @@ java_library {
],
libs: [
"androidx.annotation_annotation",
+ "com.android.permission.flags-aconfig-java",
],
static_libs: [
"modules-utils-build_system",