diff options
author | 2019-12-17 12:06:27 -0800 | |
---|---|---|
committer | 2019-12-17 12:28:52 -0800 | |
commit | 1498d7d3a33aa9d6e67dfe92c733cc4a28650ddb (patch) | |
tree | 633817fccd13e2f9bfbcf44fec613b1ce0befc92 | |
parent | 64df53c131dab96c3643a5c78967d26e9263d1c7 (diff) |
Removing unneeded telephony-common dependency.
Bug: 143558721
Test: builds locally
Change-Id: I78ada3d72803f7547e72cb1e711e59b4ce741bda
-rw-r--r-- | packages/CarSystemUI/Android.bp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/CarSystemUI/Android.bp b/packages/CarSystemUI/Android.bp index b2451c91057c..96bcda31e549 100644 --- a/packages/CarSystemUI/Android.bp +++ b/packages/CarSystemUI/Android.bp @@ -53,7 +53,6 @@ android_library { ], libs: [ - "telephony-common", "android.car", ], @@ -108,7 +107,6 @@ android_library { ], libs: [ "android.test.runner", - "telephony-common", "android.test.base", "android.car", ], @@ -129,7 +127,6 @@ android_app { ], libs: [ - "telephony-common", "android.car", ], |