summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2022-01-28 11:31:50 +0000
committerAnton Hansson <hansson@google.com>2022-02-04 16:36:21 +0000
commit305414cfbdc1a390326269cb542a8f10e3c0c5f2 (patch)
tree357fbb09824929dad2fcd4c3f2ca9f7141192988
parentaafe4dd1d6d66c5d04d3f06e356ddfec4995053b (diff)
downloadMedia-305414cfbdc1a390326269cb542a8f10e3c0c5f2.tar.gz
Auto-generate list of module impl jars
Eliminate another duplicated list of all modules. This one has a couple of workarounds due to different naming of impl libs, and bluetooth not being ready. Bug: 169103987 Test: m framework-all and diff intermediates (no diffs) Merged-In: Ia8627c6e3977cd271e389ec482388ff73661881d Change-Id: Ia8627c6e3977cd271e389ec482388ff73661881d
-rw-r--r--apex/framework/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/framework/Android.bp b/apex/framework/Android.bp
index d963e68..6195f25 100644
--- a/apex/framework/Android.bp
+++ b/apex/framework/Android.bp
@@ -63,8 +63,8 @@ java_library {
min_sdk_version: "29",
visibility: [
"//frameworks/av/apex:__subpackages__",
- "//frameworks/base", // For framework-all
"//frameworks/base/apex/media/service",
+ "//frameworks/base/api", // For framework-all
],
}