Merge "Support shared library in recovery mode"

am: 2371a7d60e

Change-Id: I1e4520c8a2663476bd3924aeca1cf5183240dbf7
This commit is contained in:
Jiyong Park 2018-06-13 16:38:49 -07:00 committed by android-build-merger
commit 1d46a3395f
3 changed files with 2 additions and 4 deletions

View File

@ -1398,10 +1398,6 @@ define build-recoveryimage-target
>> $(TARGET_RECOVERY_ROOT_OUT)/prop.default
$(hide) ln -sf prop.default $(TARGET_RECOVERY_ROOT_OUT)/default.prop
$(BOARD_RECOVERY_IMAGE_PREPARE)
$(if $(filter true,$(BOARD_BUILD_SYSTEM_ROOT_IMAGE)), \
$(hide) mkdir -p $(TARGET_RECOVERY_ROOT_OUT)/system_root; \
rm -rf $(TARGET_RECOVERY_ROOT_OUT)/system; \
ln -sf /system_root/system $(TARGET_RECOVERY_ROOT_OUT)/system) # Mount the system_root_image to /system_root and symlink /system.
$(hide) $(MKBOOTFS) -d $(TARGET_OUT) $(TARGET_RECOVERY_ROOT_OUT) | $(MINIGZIP) > $(recovery_ramdisk)
$(if $(filter true,$(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_SUPPORTS_VBOOT)), \
$(hide) $(MKBOOTIMG) $(INTERNAL_RECOVERYIMAGE_ARGS) $(INTERNAL_MKBOOTIMG_VERSION_ARGS) $(BOARD_MKBOOTIMG_ARGS) --output $(1).unsigned, \

View File

@ -72,6 +72,7 @@ PRODUCT_PACKAGES += \
javax.obex \
keystore \
ld.config.txt \
ld.config.recovery.txt \
ld.mc \
libaaudio \
libandroid \

View File

@ -71,6 +71,7 @@ PRODUCT_PACKAGES += \
libui \
libutils \
linker \
linker.recovery \
lmkd \
logcat \
lshal \