Merge "Put system_version in target_files.zip"

This commit is contained in:
Treehugger Robot 2017-03-08 03:21:42 +00:00 committed by Gerrit Code Review
commit 3838ae7e9b
1 changed files with 1 additions and 0 deletions

View File

@ -2117,6 +2117,7 @@ endif
ifdef OSRELEASED_DIRECTORY
$(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
$(hide) $(ACP) $(TARGET_OUT_ETC)/$(OSRELEASED_DIRECTORY)/system_version $(zip_root)/META/system_version.txt
endif
endif
ifeq ($(BREAKPAD_GENERATE_SYMBOLS),true)