am b69b7d7f
: Merge "Fix recovery image build for 32p"
* commit 'b69b7d7fba2a03faa1405da5bde9b6b559c758b2': Fix recovery image build for 32p
This commit is contained in:
commit
a7ee956e9d
1 changed files with 6 additions and 6 deletions
|
@ -661,7 +661,7 @@ recovery_sepolicy := $(call intermediates-dir-for,ETC,sepolicy.recovery)/sepolic
|
||||||
recovery_kernel := $(INSTALLED_KERNEL_TARGET) # same as a non-recovery system
|
recovery_kernel := $(INSTALLED_KERNEL_TARGET) # same as a non-recovery system
|
||||||
recovery_ramdisk := $(PRODUCT_OUT)/ramdisk-recovery.img
|
recovery_ramdisk := $(PRODUCT_OUT)/ramdisk-recovery.img
|
||||||
recovery_build_prop := $(INSTALLED_BUILD_PROP_TARGET)
|
recovery_build_prop := $(INSTALLED_BUILD_PROP_TARGET)
|
||||||
recovery_binary := $(call intermediates-dir-for,EXECUTABLES,recovery)/recovery
|
recovery_binary := $(call intermediates-dir-for,EXECUTABLES,recovery,,,$(TARGET_PREFER_32_BIT))/recovery
|
||||||
recovery_resources_common := $(call include-path-for, recovery)/res
|
recovery_resources_common := $(call include-path-for, recovery)/res
|
||||||
|
|
||||||
# Select the 18x32 font on high-density devices; and the 12x22 font on
|
# Select the 18x32 font on high-density devices; and the 12x22 font on
|
||||||
|
@ -1156,11 +1156,11 @@ define package_files-copy-root
|
||||||
endef
|
endef
|
||||||
|
|
||||||
built_ota_tools := \
|
built_ota_tools := \
|
||||||
$(call intermediates-dir-for,EXECUTABLES,applypatch)/applypatch \
|
$(call intermediates-dir-for,EXECUTABLES,applypatch,,,$(TARGET_PREFER_32_BIT))/applypatch \
|
||||||
$(call intermediates-dir-for,EXECUTABLES,applypatch_static)/applypatch_static \
|
$(call intermediates-dir-for,EXECUTABLES,applypatch_static,,,$(TARGET_PREFER_32_BIT))/applypatch_static \
|
||||||
$(call intermediates-dir-for,EXECUTABLES,check_prereq)/check_prereq \
|
$(call intermediates-dir-for,EXECUTABLES,check_prereq,,,$(TARGET_PREFER_32_BIT))/check_prereq \
|
||||||
$(call intermediates-dir-for,EXECUTABLES,sqlite3)/sqlite3 \
|
$(call intermediates-dir-for,EXECUTABLES,sqlite3,,,$(TARGET_PREFER_32_BIT))/sqlite3 \
|
||||||
$(call intermediates-dir-for,EXECUTABLES,updater)/updater
|
$(call intermediates-dir-for,EXECUTABLES,updater,,,$(TARGET_PREFER_32_BIT))/updater
|
||||||
$(BUILT_TARGET_FILES_PACKAGE): PRIVATE_OTA_TOOLS := $(built_ota_tools)
|
$(BUILT_TARGET_FILES_PACKAGE): PRIVATE_OTA_TOOLS := $(built_ota_tools)
|
||||||
|
|
||||||
$(BUILT_TARGET_FILES_PACKAGE): PRIVATE_RECOVERY_API_VERSION := $(RECOVERY_API_VERSION)
|
$(BUILT_TARGET_FILES_PACKAGE): PRIVATE_RECOVERY_API_VERSION := $(RECOVERY_API_VERSION)
|
||||||
|
|
Loading…
Reference in a new issue