commit | 2c8a0d65b69b3c16d1809b2a46a460eea3ea6951 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Jul 14 22:28:37 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jul 14 22:28:37 2022 +0000 |
tree | 39208185eda703953990187c672aabef0dc3bb43 | |
parent | 602b19905c0e72d63841a44858f9cf9bd9959f63 [diff] | |
parent | 25b2a651d5227ce4e87ffb860a336b7f6b554aa7 [diff] |
Merge "Add ability to force compile as 64 bit."
diff --git a/core/soong_config.mk b/core/soong_config.mk index feffcc7..c4a40af 100644 --- a/core/soong_config.mk +++ b/core/soong_config.mk
@@ -293,6 +293,8 @@ $(call add_json_bool, GenerateAidlNdkPlatformBackend, $(filter true,$(NEED_AIDL_NDK_PLATFORM_BACKEND))) +$(call add_json_bool, IgnorePrefer32OnDevice, $(filter true,$(IGNORE_PREFER32_ON_DEVICE))) + $(call json_end) $(file >$(SOONG_VARIABLES).tmp,$(json_contents))