Skip to content
Snippets Groups Projects
Commit 816dc71d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove unused telephony jars from bp files."

parents af50a693 06c105e8
No related branches found
No related tags found
No related merge requests found
......@@ -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"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment