26 lines
882 B
Plaintext
26 lines
882 B
Plaintext
android_app {
|
|
name: "LocationEM2",
|
|
system_ext_specific: true,
|
|
aapt_include_all_resources: true,
|
|
srcs: ["**/*.java"],
|
|
static_libs: [
|
|
"com.mediatek.lbs.em2.utils",
|
|
"androidx.fragment_fragment",
|
|
"androidx.annotation_annotation",
|
|
"androidx.appcompat_appcompat",
|
|
"androidx.core_core",
|
|
"androidx.legacy_legacy-support-core-ui",
|
|
"androidx.legacy_legacy-support-core-utils",
|
|
"androidx.lifecycle_lifecycle-extensions",
|
|
"androidx.preference_preference",
|
|
"androidx.recyclerview_recyclerview",
|
|
"androidx.viewpager2_viewpager2",
|
|
"com.google.android.material_material",
|
|
"vendor.mediatek.hardware.lbs-V1.0-java",
|
|
"vendor.mediatek.hardware.lbs-V1-java",
|
|
"vendor.mediatek.hardware.gnss-V1-java",
|
|
],
|
|
platform_apis: true,
|
|
certificate: "platform",
|
|
}
|