summaryrefslogtreecommitdiff
path: root/packages/SystemUI/plugin
diff options
context:
space:
mode:
author Jeongik Cha <jeongik@google.com> 2019-07-11 15:37:30 +0900
committer Jeongik Cha <jeongik@google.com> 2019-07-11 15:40:04 +0900
commita1bf8a9b756f9a7712b6bbfb3d6e9875f5ae0c49 (patch)
treee94397d687c65bee05b1d74fdef1aba1898dbe81 /packages/SystemUI/plugin
parent5cacaef45b4dde2d47acac94192141dc74aa3e55 (diff)
Add platform_apis in Android.bp
platform_apis must be true when sdk_version is empty. So add platform_apis into file that is not included it. Bug: 132780927 Test: m Change-Id: Ie7badd61248bbabaf51ef8fb30bdd832af88da15
Diffstat (limited to 'packages/SystemUI/plugin')
-rw-r--r--packages/SystemUI/plugin/ExamplePlugin/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/plugin/ExamplePlugin/Android.bp b/packages/SystemUI/plugin/ExamplePlugin/Android.bp
index a0eaf14f4a06..c6c80f3780a3 100644
--- a/packages/SystemUI/plugin/ExamplePlugin/Android.bp
+++ b/packages/SystemUI/plugin/ExamplePlugin/Android.bp
@@ -11,4 +11,5 @@ android_app {
srcs: ["src/**/*.java"],
+ platform_apis: true,
}