android_packages_apps_QcRilAm/Android.bp
MarijnS95 0d95e4440a Android.bp: Remove unused proguard files.
R8 takes care of enough optimization already. Proguard together with the
migration to .bp breaks the build on Android 9 due to
https://r.android.com/688498

Signed-off-by: MarijnS95 <marijns95@gmail.com>
2019-12-05 16:17:44 +01:00

22 lines
360 B
Plaintext
Executable file

subdirs = [
"interface",
]
hidl_package_root {
name: "vendor.qti.hardware.radio.am",
path: "vendor/oss/qcrilam/interface/am",
}
android_app {
name: "QcRilAm",
certificate: "platform",
proprietary: true,
srcs: ["src/**/*.java"],
static_libs: ["vendor.qti.hardware.radio.am-V1.0-java"],
sdk_version: "system_current",
}