Convert sysui to bp

Test: tests gonna test, builds gonna build
Change-Id: I7f1ef2e82ce2c74253c57de8d73079dcfe2d2264
Merged-In: I7f1ef2e82ce2c74253c57de8d73079dcfe2d2264
(cherry picked from commit a2f2d82f26)
(cherry picked from commit 1a8ee9d2f9)
(cherry picked from commit 83ce30d807)
This commit is contained in:
Jason Monk
2018-08-13 11:10:48 -04:00
committed by Colin Cross
parent 4a8305dca6
commit 2c3a8045cd
16 changed files with 269 additions and 279 deletions

View File

@@ -0,0 +1,14 @@
android_app {
name: "ExamplePlugin",
libs: ["SystemUIPluginLib"],
certificate: "platform",
optimize: {
enabled: false,
},
srcs: ["src/**/*.java"],
}