Migrate sysUI and carSysUI to the separated car user lib.

Bug: 113868873
Test: build
Change-Id: I48fb69aab7092d256c6839377c905340f9059165
This commit is contained in:
Ying Zheng
2018-09-11 12:55:04 -07:00
parent e006ff3141
commit 4fd6b783e3
3 changed files with 6 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ android_app {
libs: [
"telephony-common",
"android.car",
"android.car.user",
],
manifest: "AndroidManifest.xml",

View File

@@ -66,6 +66,7 @@ android_library {
libs: [
"telephony-common",
"android.car",
"android.car.user",
],
aaptflags: [
@@ -119,6 +120,7 @@ android_library {
"android.test.runner",
"telephony-common",
"android.car",
"android.car.user",
"android.test.base",
],
aaptflags: [
@@ -144,6 +146,7 @@ android_app {
libs: [
"telephony-common",
"android.car",
"android.car.user",
],
dxflags: ["--multi-dex"],

View File

@@ -38,7 +38,8 @@ LOCAL_JAVA_LIBRARIES := \
android.test.runner \
telephony-common \
android.test.base \
android.car
android.car \
android.car.user
LOCAL_AAPT_FLAGS := --extra-packages com.android.systemui:com.android.keyguard