You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.4 KiB
46 lines
1.4 KiB
android_app {
|
|
name: "OpenEUICC",
|
|
static_libs: [
|
|
// Dependencies that must be pulled from maven
|
|
"asn1bean-prebuilt-jar",
|
|
"zxing-core-prebuilt-jar",
|
|
"zxing-android-embedded-prebuilt-aar",
|
|
|
|
// Dependencies included with AOSP
|
|
"androidx.appcompat_appcompat",
|
|
"androidx.cardview_cardview",
|
|
"androidx-constraintlayout_constraintlayout",
|
|
"androidx.core_core-ktx",
|
|
"androidx.lifecycle_lifecycle-runtime-ktx",
|
|
"androidx.swiperefreshlayout_swiperefreshlayout",
|
|
"com.google.android.material_material",
|
|
"gson-prebuilt-jar",
|
|
"kotlinx_coroutines",
|
|
],
|
|
srcs: [
|
|
// Main app
|
|
"app/src/main/**/*.kt",
|
|
|
|
// TruPhone LPAd library
|
|
"libs/lpad-sm-dp-plus-connector/src/generated/**/*.java",
|
|
"libs/lpad-sm-dp-plus-connector/src/main/**/*.java",
|
|
"libs/lpad-sm-dp-plus-connector/src/main/**/*.kt",
|
|
],
|
|
resource_dirs: [
|
|
"app/src/main/res",
|
|
],
|
|
required: ["privapp_whitelist_im.angry.openeuicc.xml"],
|
|
manifest: "app/src/main/AndroidManifest.xml",
|
|
privileged: true,
|
|
platform_apis: true,
|
|
system_ext_specific: true,
|
|
certificate: "platform",
|
|
}
|
|
|
|
prebuilt_etc {
|
|
name: "privapp_whitelist_im.angry.openeuicc.xml",
|
|
system_ext_specific: true,
|
|
src: "privapp_whitelist_im.angry.openeuicc.xml",
|
|
sub_dir: "permissions",
|
|
}
|