From f464d39aedc15a8affc7509d4ca1a0eef3d4e5ee Mon Sep 17 00:00:00 2001 From: Vilas Bhat Date: Tue, 5 Dec 2023 15:14:48 +0000 Subject: [PATCH] 16k: core: Update DevicePageSizeAgnostic to DeviceNoBionicPageSizeMacro This is part of a larger change to update the flag PRODUCT_PAGE_SIZE_AGNOSTIC to PRODUCT_NO_BIONIC_PAGE_SIZE_MACRO. This is to help clarify that this flag doesn't mean the device will actually work end-to-end with any page size. Bug: 312541564 Change-Id: I584282ab5623003721c0c32483a842de1b4f9ef9 --- core/soong_config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/soong_config.mk b/core/soong_config.mk index 602e926d08..193ac18735 100644 --- a/core/soong_config.mk +++ b/core/soong_config.mk @@ -159,7 +159,7 @@ $(call add_json_bool, Malloc_zero_contents, $(call invert_bool,$(fi $(call add_json_bool, Malloc_pattern_fill_contents, $(MALLOC_PATTERN_FILL_CONTENTS)) $(call add_json_str, Override_rs_driver, $(OVERRIDE_RS_DRIVER)) $(call add_json_str, DeviceMaxPageSizeSupported, $(TARGET_MAX_PAGE_SIZE_SUPPORTED)) -$(call add_json_bool, DevicePageSizeAgnostic, $(filter true,$(TARGET_NO_BIONIC_PAGE_SIZE_MACRO))) +$(call add_json_bool, DeviceNoBionicPageSizeMacro, $(filter true,$(TARGET_NO_BIONIC_PAGE_SIZE_MACRO))) $(call add_json_bool, UncompressPrivAppDex, $(call invert_bool,$(filter true,$(DONT_UNCOMPRESS_PRIV_APPS_DEXS)))) $(call add_json_list, ModulesLoadedByPrivilegedModules, $(PRODUCT_LOADED_BY_PRIVILEGED_MODULES))