commit | 2c51ebf669b822dc96b75b57b8f4f63a480c52c5 | [log] [tgz] |
---|---|---|
author | Vilas Bhat <vilasbhat@google.com> | Tue May 21 04:21:49 2024 +0000 |
committer | Vilas Bhat <vilasbhat@google.com> | Tue May 21 16:33:04 2024 +0000 |
tree | 989aec0d097a033eef0215f5ee030bece6c47d4b | |
parent | 48132d658080fba9f245c729eda0126bf4939dff [diff] |
16k: build: Enable `PRODUCT_NO_BIONIC_PAGE_SIZE_MACRO` on the ndk target Test: Presubmit and manual testing Bug: 337242400 Change-Id: I89f91566ebe7dcaf8056859549d5769d2f5e936e
diff --git a/target/product/ndk.mk b/target/product/ndk.mk index 1dfd0db..e4f77f7 100644 --- a/target/product/ndk.mk +++ b/target/product/ndk.mk
@@ -19,3 +19,5 @@ PRODUCT_NAME := ndk PRODUCT_BRAND := Android PRODUCT_DEVICE := ndk + +PRODUCT_NO_BIONIC_PAGE_SIZE_MACRO := true