summaryrefslogtreecommitdiff
path: root/legacy
diff options
context:
space:
mode:
author atrost <atrost@google.com> 2020-01-29 13:37:19 +0000
committer atrost <atrost@google.com> 2020-02-07 18:48:22 +0000
commitcee0181593e828634477fa3f48be51af71f77444 (patch)
tree7aaf979bc8db9051b9d32ad0295798a82d859429 /legacy
parent008682a02e174c85c1bb98d58b9dcb3cd4ba4cf7 (diff)
Add media-provider compat config to the APEX.
Also adding a dependancy on the annotations lib to allow defining changes. Test: m Test: flash device, inspect unpacked APEX and the config is present. Bug: 142650523 Change-Id: I221d8fc945cf8eb2f1d360ef4be8b2db1fb18187
Diffstat (limited to 'legacy')
-rw-r--r--legacy/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/legacy/Android.bp b/legacy/Android.bp
index 65725ef92..203ee5a26 100644
--- a/legacy/Android.bp
+++ b/legacy/Android.bp
@@ -9,6 +9,8 @@ android_app {
"guava",
],
+ libs: ["app-compat-annotations"],
+
srcs: [
"src/**/*.aidl",
"src/**/*.java",