Merge "Remove unused telephony jars from bp files."

This commit is contained in:
TreeHugger Robot
2020-01-30 18:23:01 +00:00
committed by Android (Google) Code Review
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"],