commit | e6cd08f8fe182e0f76de85435f0e2d65d5b065ec | [log] [tgz] |
---|---|---|
author | Malcolm Chen <refuhoo@google.com> | Fri Jan 24 16:50:38 2020 -0800 |
committer | Malcolm Chen <refuhoo@google.com> | Fri Jan 24 16:50:38 2020 -0800 |
tree | 1a6050b2c8f0122f156dbcc864f087986146a628 | |
parent | c875987738e578b8c2511e4e35a49a7c41b11d39 [diff] |
Remove telephony-common library from dep as it's not used. Bug: 140908357 Test: build Change-Id: I18c0e556b418ea76459e5e698ed995de7d93f920
diff --git a/Android.bp b/Android.bp index c7ecd27..e962812 100644 --- a/Android.bp +++ b/Android.bp
@@ -4,6 +4,5 @@ srcs: ["src/**/*.java", "proto/**/*.proto"], platform_apis: true, certificate: "platform", - libs: ["telephony-common"], static_libs: ["android-common", "telephonyprovider-protos"], }