Merge "16k: Part II [make] add target page size parameter, Target_page_size_16k" into main-16k-with-phones
diff --git a/core/soong_config.mk b/core/soong_config.mk
index e6c4d64..2f38ebc 100644
--- a/core/soong_config.mk
+++ b/core/soong_config.mk
@@ -144,6 +144,7 @@
 $(call add_json_bool, Malloc_not_svelte,                 $(call invert_bool,$(filter true,$(MALLOC_SVELTE))))
 $(call add_json_bool, Malloc_zero_contents,              $(call invert_bool,$(filter false,$(MALLOC_ZERO_CONTENTS))))
 $(call add_json_bool, Malloc_pattern_fill_contents,      $(MALLOC_PATTERN_FILL_CONTENTS))
+$(call add_json_bool, Target_page_size_16k,              $(filter %_16k_64,$(TARGET_PRODUCT)))
 $(call add_json_str,  Override_rs_driver,                $(OVERRIDE_RS_DRIVER))
 
 $(call add_json_bool, UncompressPrivAppDex,              $(call invert_bool,$(filter true,$(DONT_UNCOMPRESS_PRIV_APPS_DEXS))))