summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeongik Cha <jeongik@google.com>2024-03-12 19:35:14 +0900
committerJeongik Cha <jeongik@google.com>2024-04-05 19:55:24 +0900
commit795d666c1283c5251d84d89eb7d1e960af2ff0e1 (patch)
tree3c377295eca8e31130ee6460a0dc682b3716b312
parente1010454006279d29c75ddc5cc98047ea9907312 (diff)
downloadPermission-795d666c1283c5251d84d89eb7d1e960af2ff0e1.tar.gz
Add //packages/modules/common/build
system image which is declared in Android.bp should include the module. so define phony module 'aosp_mainline_module' in package_modules/common/build for aggregation. Bug: 321000103 Test: m nothing Change-Id: Iad84decf54f255a312231e9edd4745a118815b72
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index ae681e403..7285ec3a9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -25,6 +25,7 @@ apex {
compat_configs: [
"framework-permission-s-compat-config"
],
+ visibility: ["//packages/modules/common/build"],
}
apex_defaults {