diff options
| author | 2018-12-14 22:12:00 +0000 | |
|---|---|---|
| committer | 2018-12-14 22:12:00 +0000 | |
| commit | b1f5aea8b96bda91fcb3ee8d2849d84bc6c7c2ab (patch) | |
| tree | 24bbe01c5b2cff2511c2f115bfb0b3b7ecefed3d | |
| parent | 4297efb25293a5404d869eb1d3793511b24054db (diff) | |
| parent | ebb94362a9f7e754bd4b98e045213b22559144a9 (diff) | |
Merge "Remove Car Deps from build file now that CarSystemUI is standalone"
| -rw-r--r-- | packages/SystemUI/Android.bp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp index 75492f340109..b73c706f2bd7 100644 --- a/packages/SystemUI/Android.bp +++ b/packages/SystemUI/Android.bp @@ -44,7 +44,6 @@ android_library { "SystemUIPluginLib", "SystemUISharedLib", "SettingsLib", - "androidx.car_car", "androidx.legacy_legacy-support-v4", "androidx.recyclerview_recyclerview", "androidx.preference_preference", @@ -67,8 +66,6 @@ android_library { libs: [ "telephony-common", - "android.car", - "android.car.userlib", ], aaptflags: [ @@ -98,7 +95,6 @@ android_library { "SystemUIPluginLib", "SystemUISharedLib", "SettingsLib", - "androidx.car_car", "androidx.legacy_legacy-support-v4", "androidx.recyclerview_recyclerview", "androidx.preference_preference", @@ -123,8 +119,6 @@ android_library { libs: [ "android.test.runner", "telephony-common", - "android.car", - "android.car.userlib", "android.test.base", ], aaptflags: [ @@ -149,8 +143,6 @@ android_app { libs: [ "telephony-common", - "android.car", - "android.car.userlib", ], dxflags: ["--multi-dex"], @@ -186,8 +178,6 @@ android_app { ], libs: [ "telephony-common", - "android.car", - "android.car.userlib", ], srcs: [ |