Merge "Remove unused telephony jars from bp files."
This commit is contained in:
committed by
Android (Google) Code Review
commit
816dc71d25
@@ -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"],
|
||||
|
||||
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user