commit | 0797d028234be22811d51854b405c48c7f856fee | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Mon Dec 09 02:53:17 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Dec 09 02:53:17 2024 +0000 |
tree | 9b35b551355aab99f3dbd850d86d54cc8e9ea344 | |
parent | 5f0801316a71e21b387dba61894256be2a00581a [diff] | |
parent | c09381545ebaff7198ff86368bfe6bf470071751 [diff] |
Merge "Export TARGET_USES_VULKAN as string" into main
diff --git a/core/soong_extra_config.mk b/core/soong_extra_config.mk index 2ff83a1..8eee50a 100644 --- a/core/soong_extra_config.mk +++ b/core/soong_extra_config.mk
@@ -80,7 +80,7 @@ $(call add_json_str, ScreenDensity, $(TARGET_SCREEN_DENSITY)) -$(call add_json_bool, UsesVulkan, $(filter true,$(TARGET_USES_VULKAN))) +$(call add_json_str, UsesVulkan, $(TARGET_USES_VULKAN)) $(call add_json_bool, ZygoteForce64, $(filter true,$(ZYGOTE_FORCE_64)))