Skip to content

Commit

Permalink
[BUILD] add APP_SUPPORT_FLEXIBLE_PAGE_SIZES
Browse files Browse the repository at this point in the history
For support 16k page size, add APP_SUPPORT_FLEXIBLE_PAGE_SIZES
as True, According to Android Guide

**Self evaluation:**
1. Build test:	 [X]Passed [ ]Failed [ ]Skipped
2. Run test:	 [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Donghak PARK <[email protected]>
  • Loading branch information
DonghakPark committed Aug 13, 2024
1 parent 968e183 commit 986211e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jni/Application.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ APP_ABI := arm64-v8a
LIBCXX_USE_GABIXX := true
APP_STL := c++_shared
APP_PLATFORM := android-29
APP_SUPPORT_FLEXIBLE_PAGE_SIZES := true

0 comments on commit 986211e

Please sign in to comment.