Files
app_PawletSettings/Android.bp

20 lines
426 B
Plaintext

android_app {
name: "PawletSettings",
srcs: ["src/**/*.kt"],
manifest: "AndroidManifest.xml",
sdk_version: "system_current",
privileged: true,
certificate: "platform",
product_specific: true,
static_libs: [
"androidx.appcompat_appcompat",
"androidx.preference_preference",
],
optimize: {
enabled: false,
},
dex_preopt: {
enabled: false,
},
}