summaryrefslogtreecommitdiff
path: root/packages/SystemUI/plugin/ExamplePlugin/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/plugin/ExamplePlugin/Android.bp')
-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,
}