From 795d666c1283c5251d84d89eb7d1e960af2ff0e1 Mon Sep 17 00:00:00 2001 From: Jeongik Cha Date: Tue, 12 Mar 2024 19:35:14 +0900 Subject: 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 --- Android.bp | 1 + 1 file changed, 1 insertion(+) 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 { -- cgit v1.2.3