Remove unused telephony jars from bp files.

Test: basic sanity
Bug: 135955937
Change-Id: Ife4b9ac546c9bbe3f0ce6d3edb29f11655343613
This commit is contained in:
Amit Mahajan
2020-01-28 18:18:17 -08:00
parent c847a7ad12
commit 06c105e8e7
2 changed files with 0 additions and 9 deletions

View File

@@ -69,10 +69,6 @@ android_library {
],
manifest: "AndroidManifest.xml",
libs: [
"telephony-common",
],
kotlincflags: ["-Xjvm-default=enable"],
plugins: ["dagger2-compiler-2.19"],
@@ -163,10 +159,6 @@ android_app {
proguard_flags_files: ["proguard.flags"],
},
libs: [
"telephony-common",
],
kotlincflags: ["-Xjvm-default=enable"],
dxflags: ["--multi-dex"],

View File

@@ -4,7 +4,6 @@ android_app {
name: "WAPPushManager",
srcs: ["src/**/*.java"],
platform_apis: true,
libs: ["telephony-common"],
static_libs: ["android-common"],
optimize: {
proguard_flags_files: ["proguard.flags"],