diff options
author | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2013-10-18 21:48:46 +0100 |
---|---|---|
committer | Adnan Begovic <adnan@cyngn.com> | 2015-10-06 16:26:37 -0700 |
commit | 3a5c100ae5fa8cbf24d2cedcd9b915c0ae01f162 (patch) | |
tree | 51347999cd54f2871f821f6657f9a50181aaa428 /core | |
parent | bf10caf099e15e427c8900f953432283a6cd5746 (diff) | |
download | build-3a5c100ae5fa8cbf24d2cedcd9b915c0ae01f162.zip build-3a5c100ae5fa8cbf24d2cedcd9b915c0ae01f162.tar.gz build-3a5c100ae5fa8cbf24d2cedcd9b915c0ae01f162.tar.bz2 |
Store the path to the ota file generator where it can be reused
Change-Id: I8896713c79a751b79fbbcc75f6ba30dad4ea9fac
Diffstat (limited to 'core')
-rw-r--r-- | core/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile index 0107053..bdd43be 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1602,6 +1602,7 @@ else endif $(INTERNAL_OTA_PACKAGE_TARGET): $(BUILT_TARGET_FILES_PACKAGE) $(DISTTOOLS) + @echo "$(OTA_FROM_TARGET_SCRIPT)" > $(PRODUCT_OUT)/ota_script_path @echo -e ${CL_YLW}"Package OTA:"${CL_RST}" $@" $(hide) PATH=$(foreach p,$(INTERNAL_USERIMAGES_BINARY_PATHS),$(p):)$$PATH MKBOOTIMG=$(MKBOOTIMG) \ $(OTA_FROM_TARGET_SCRIPT) -v \ |