Merge "Update product_id and product_version location." am: a57a2fd118
am: 4afbddcdf7
am: 5393f580b6
Change-Id: I89eac0d0d76baaebf5a43c2486321bbf666e0805
This commit is contained in:
commit
c9059c9ee9
1 changed files with 2 additions and 2 deletions
|
@ -2199,8 +2199,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)
|
||||
|
|
Loading…
Reference in a new issue