Merge "16k: Enable `PRODUCT_NO_BIONIC_PAGE_SIZE_MACRO` on aosp_arm64" into main
diff --git a/core/config.mk b/core/config.mk
index e37f010..22ec292 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -422,7 +422,7 @@
# Boolean variable determining if AOSP relies on bionic's PAGE_SIZE macro.
ifdef PRODUCT_NO_BIONIC_PAGE_SIZE_MACRO
TARGET_NO_BIONIC_PAGE_SIZE_MACRO := $(PRODUCT_NO_BIONIC_PAGE_SIZE_MACRO)
-else ifeq ($(call math_lt,$(VSR_VENDOR_API_LEVEL),34),true)
+else ifeq ($(call math_lt,$(VSR_VENDOR_API_LEVEL),35),true)
TARGET_NO_BIONIC_PAGE_SIZE_MACRO := false
else
TARGET_NO_BIONIC_PAGE_SIZE_MACRO := true
diff --git a/tools/aconfig/TEST_MAPPING b/tools/aconfig/TEST_MAPPING
index 638b92a..b7ff8ef 100644
--- a/tools/aconfig/TEST_MAPPING
+++ b/tools/aconfig/TEST_MAPPING
@@ -84,6 +84,10 @@
"name": "aconfig_storage_write_api.test.rust"
},
{
+ // aconfig_storage write api cpp integration tests
+ "name": "aconfig_storage_write_api.test.cpp"
+ },
+ {
// aconfig_storage read api rust integration tests
"name": "aconfig_storage_read_api.test.rust"
},
@@ -93,9 +97,5 @@
}
],
"postsubmit": [
- {
- // aconfig_storage write api cpp integration tests
- "name": "aconfig_storage_write_api.test.cpp"
- }
]
}