Merge "Add DeviceProduct product varible to Soong"

This commit is contained in:
Trevor Radcliffe
2022-03-25 14:34:23 +00:00
committed by Gerrit Code Review

View File

@@ -46,6 +46,7 @@ $(call add_json_bool, Debuggable, $(filter userdebug eng,
$(call add_json_bool, Eng, $(filter eng,$(TARGET_BUILD_VARIANT)))
$(call add_json_str, DeviceName, $(TARGET_DEVICE))
$(call add_json_str, DeviceProduct, $(TARGET_PRODUCT))
$(call add_json_str, DeviceArch, $(TARGET_ARCH))
$(call add_json_str, DeviceArchVariant, $(TARGET_ARCH_VARIANT))
$(call add_json_str, DeviceCpuVariant, $(TARGET_CPU_VARIANT))