diff options
author | 2023-03-15 12:02:00 +0000 | |
---|---|---|
committer | 2023-03-15 12:02:00 +0000 | |
commit | 80c65dbf40f2393421d39cf13034c34b4b42e093 (patch) | |
tree | 19456b852477986b3171836fbe2c7779209175fa /framework | |
parent | 7caff7d6e238f030d540905f5e633c1f02a2284b (diff) |
Use filegroup defaults for framework sources
There's now a shared defaults module for this kind of filegroup. Use
that and remove the previously duplicated prop.
Bug: 271816210
Test: m
Change-Id: Iafd18cf1740c31f6450a26ce0b80d27dcc5de5ba
Diffstat (limited to 'framework')
-rw-r--r-- | framework/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Android.bp b/framework/Android.bp index 0ea2f64fb..644534e6a 100644 --- a/framework/Android.bp +++ b/framework/Android.bp @@ -18,12 +18,12 @@ package { filegroup { name: "framework-permission-sources", + defaults: ["framework-sources-module-defaults"], srcs: [ "java/**/*.java", "java/**/*.aidl", ], path: "java", - visibility: ["//frameworks/base"], } java_sdk_library { |