Merge "Update product_id and product_version location."

This commit is contained in:
Alex Deymo 2017-03-04 01:46:19 +00:00 committed by Gerrit Code Review
commit a57a2fd118
1 changed files with 2 additions and 2 deletions

View File

@ -2090,8 +2090,8 @@ ifdef BRILLO_VENDOR_PARTITIONS
done;
endif
ifdef OSRELEASED_DIRECTORY
$(hide) $(ACP) $(TARGET_OUT_ETC)/$(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_id $(zip_root)/META/product_id.txt
$(hide) $(ACP) $(TARGET_OUT_OEM)/$(OSRELEASED_DIRECTORY)/product_version $(zip_root)/META/product_version.txt
endif
endif
ifeq ($(BREAKPAD_GENERATE_SYMBOLS),true)