Merge "Don't use ziptime with unbundled builds"
This commit is contained in:
@@ -524,7 +524,9 @@ ACP := $(BUILD_OUT_EXECUTABLES)/acp$(BUILD_EXECUTABLE_SUFFIX)
|
|||||||
# dx is java behind a shell script; no .exe necessary.
|
# dx is java behind a shell script; no .exe necessary.
|
||||||
DX := $(HOST_OUT_EXECUTABLES)/dx
|
DX := $(HOST_OUT_EXECUTABLES)/dx
|
||||||
ZIPALIGN := $(HOST_OUT_EXECUTABLES)/zipalign$(HOST_EXECUTABLE_SUFFIX)
|
ZIPALIGN := $(HOST_OUT_EXECUTABLES)/zipalign$(HOST_EXECUTABLE_SUFFIX)
|
||||||
|
ifndef TARGET_BUILD_APPS
|
||||||
ZIPTIME := $(HOST_OUT_EXECUTABLES)/ziptime$(HOST_EXECUTABLE_SUFFIX)
|
ZIPTIME := $(HOST_OUT_EXECUTABLES)/ziptime$(HOST_EXECUTABLE_SUFFIX)
|
||||||
|
endif
|
||||||
|
|
||||||
# relocation packer
|
# relocation packer
|
||||||
RELOCATION_PACKER := prebuilts/misc/$(BUILD_OS)-$(HOST_PREBUILT_ARCH)/relocation_packer/relocation_packer
|
RELOCATION_PACKER := prebuilts/misc/$(BUILD_OS)-$(HOST_PREBUILT_ARCH)/relocation_packer/relocation_packer
|
||||||
|
@@ -2149,9 +2149,11 @@ endef
|
|||||||
|
|
||||||
# Remove dynamic timestamps from packages
|
# Remove dynamic timestamps from packages
|
||||||
#
|
#
|
||||||
|
ifndef TARGET_BUILD_APPS
|
||||||
define remove-timestamps-from-package
|
define remove-timestamps-from-package
|
||||||
$(hide) $(ZIPTIME) $@
|
$(hide) $(ZIPTIME) $@
|
||||||
endef
|
endef
|
||||||
|
endif
|
||||||
|
|
||||||
# Uncompress shared libraries embedded in an apk.
|
# Uncompress shared libraries embedded in an apk.
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user