forked from openkylin/platform_build
Add shim app for CTS testing
We need a shim application on the system partition that we can upgrade during CTS tests. Bug: 27450489 Change-Id: I32a72dc5110cedd466cdee2607965c705f7aa6d3
This commit is contained in:
parent
76cba16805
commit
d987a11126
|
@ -24,16 +24,17 @@ PRODUCT_NAME := core
|
|||
|
||||
PRODUCT_PACKAGES += \
|
||||
BackupRestoreConfirmation \
|
||||
WallpaperBackup \
|
||||
CtsShimPrivPrebuilt \
|
||||
DownloadProvider \
|
||||
ExtShared \
|
||||
ExtServices \
|
||||
DownloadProvider \
|
||||
HTMLViewer \
|
||||
MediaProvider \
|
||||
PackageInstaller \
|
||||
SettingsProvider \
|
||||
Shell \
|
||||
StatementService \
|
||||
WallpaperBackup \
|
||||
bcc \
|
||||
bu \
|
||||
com.android.future.usb.accessory \
|
||||
|
|
|
@ -37,12 +37,13 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
PRODUCT_PACKAGES += \
|
||||
BackupRestoreConfirmation \
|
||||
WallpaperBackup \
|
||||
CtsShimPrivPrebuilt \
|
||||
DefaultContainerService \
|
||||
ExtShared \
|
||||
ExtServices \
|
||||
SettingsProvider \
|
||||
Shell \
|
||||
WallpaperBackup \
|
||||
bcc \
|
||||
bu \
|
||||
com.android.location.provider \
|
||||
|
|
Loading…
Reference in New Issue