Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_frameworks_base
/
bcf70e6ae9d0e7ad8f15fe92449b230f455bd8d3
/
.
/
packages
/
SystemUI
/
plugin
/
ExamplePlugin
/
Android.bp
blob: c6c80f3780a361b3ec4d4cc79ef4233bac354c54 [
file
] [
log
] [
blame
]
android_app
{
name
:
"ExamplePlugin"
,
libs
:
[
"SystemUIPluginLib"
],
certificate
:
"platform"
,
optimize
:
{
enabled
:
false
,
},
srcs
:
[
"src/**/*.java"
],
platform_apis
:
true
,
}