forked from openkylin/platform_build
Add gsi_tool and DynamicAndroidInstallationService to base_system
Bug: 122015653 Test: run "adb shell am ..." to trigger DynamicAndroidInstallationService full command: adb shell am start-activity -a android.content.action.START_INSTALL -e KEY_SYSTEM_URL <file_url> --el KEY_SYSTEM_SIZE <system_image_size> --el KEY_USERDATA_SIZE 8589934592 Test: run "adb shell gsi_tool" Change-Id: I4045a16dd50066c8a303be13c524ed4c09f60f87
This commit is contained in:
parent
04104dd964
commit
5ac10bee7f
|
@ -71,6 +71,7 @@ PRODUCT_PACKAGES += \
|
|||
dpm \
|
||||
dumpstate \
|
||||
dumpsys \
|
||||
DynamicAndroidInstallationService \
|
||||
e2fsck \
|
||||
ExtServices \
|
||||
ExtShared \
|
||||
|
@ -83,6 +84,7 @@ PRODUCT_PACKAGES += \
|
|||
fs_config_files_system \
|
||||
fs_config_dirs_system \
|
||||
gsid \
|
||||
gsi_tool \
|
||||
heapprofd \
|
||||
heapprofd_client \
|
||||
gatekeeperd \
|
||||
|
|
Loading…
Reference in New Issue