Base
This commit is contained in:
15
Android.bp
Normal file
15
Android.bp
Normal file
@@ -0,0 +1,15 @@
|
||||
android_app {
|
||||
name: "ConfigProvisioner",
|
||||
srcs: ["src/**/*.java"],
|
||||
manifest: "AndroidManifest.xml",
|
||||
resource_dirs: ["res"],
|
||||
privileged: true,
|
||||
certificate: "platform",
|
||||
optimize: {
|
||||
enabled: false,
|
||||
},
|
||||
dex_preopt: {
|
||||
enabled: false,
|
||||
},
|
||||
product_specific: true,
|
||||
}
|
Reference in New Issue
Block a user