Fix a bug that BUILD_VERSION_TAGS is ignored
Bug: 349046347 Test: set BUILD_VERSION_TAGS and build Change-Id: Ica1c8283ec530147e744613692a3daccf7f94a4a
This commit is contained in:
parent
b98cf3cf21
commit
f41361569b
1 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,8 @@ $(call add_json_bool, ZygoteForce64, $(filter true,$(ZYGOTE_FORCE_64)))
|
|||
$(call add_json_str, VendorSecurityPatch, $(VENDOR_SECURITY_PATCH))
|
||||
$(call add_json_str, VendorImageFileSystemType, $(BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE))
|
||||
|
||||
$(call add_json_list, BuildVersionTags, $(BUILD_VERSION_TAGS))
|
||||
|
||||
$(call json_end)
|
||||
|
||||
$(shell mkdir -p $(dir $(SOONG_EXTRA_VARIABLES)))
|
||||
|
|
Loading…
Reference in a new issue