forked from openkylin/platform_build
Merge "Update product_id and product_version location."
am: a57a2fd118
Change-Id: Ie1b80f0eb8e7a2041a9c693187d95cb331cf0940
This commit is contained in:
commit
4afbddcdf7
|
@ -2090,8 +2090,8 @@ ifdef BRILLO_VENDOR_PARTITIONS
|
||||||
done;
|
done;
|
||||||
endif
|
endif
|
||||||
ifdef OSRELEASED_DIRECTORY
|
ifdef OSRELEASED_DIRECTORY
|
||||||
$(hide) $(ACP) $(TARGET_OUT_ETC)/$(OSRELEASED_DIRECTORY)/product_id $(zip_root)/META/product_id.txt
|
$(hide) $(ACP) $(TARGET_OUT_OEM)/$(OSRELEASED_DIRECTORY)/product_id $(zip_root)/META/product_id.txt
|
||||||
$(hide) $(ACP) $(TARGET_OUT_ETC)/$(OSRELEASED_DIRECTORY)/product_version $(zip_root)/META/product_version.txt
|
$(hide) $(ACP) $(TARGET_OUT_OEM)/$(OSRELEASED_DIRECTORY)/product_version $(zip_root)/META/product_version.txt
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(BREAKPAD_GENERATE_SYMBOLS),true)
|
ifeq ($(BREAKPAD_GENERATE_SYMBOLS),true)
|
||||||
|
|
Loading…
Reference in New Issue