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.bp14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/SystemUI/plugin/ExamplePlugin/Android.bp b/packages/SystemUI/plugin/ExamplePlugin/Android.bp
new file mode 100644
index 000000000000..a0eaf14f4a06
--- /dev/null
+++ b/packages/SystemUI/plugin/ExamplePlugin/Android.bp
@@ -0,0 +1,14 @@
+android_app {
+
+ name: "ExamplePlugin",
+
+ libs: ["SystemUIPluginLib"],
+
+ certificate: "platform",
+ optimize: {
+ enabled: false,
+ },
+
+ srcs: ["src/**/*.java"],
+
+}