• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 android_app {
2 
3     name: "ExamplePlugin",
4 
5     libs: ["SystemUIPluginLib"],
6 
7     certificate: "platform",
8     optimize: {
9         enabled: false,
10     },
11 
12     srcs: ["src/**/*.java"],
13 
14     platform_apis: true,
15 }
16