16kb: Update shusky pgagnostic target configuration
The shusky target configuration will support: - Developer option to switch to 16kb kernel - 16kb elf alignment for the android platform Test: source build/envsetup.sh lunch aosp_husky_pgagnostic-trunk-userdebug m Bug: 308663811 Change-Id: I935a3fe7924f1ce2144c5da6b7bddb70247fc8c9
This commit is contained in:
parent
10c2808197
commit
9cb8882df2
2 changed files with 6 additions and 4 deletions
|
@ -16,10 +16,11 @@
|
|||
$(call inherit-product, device/google/shusky/aosp_shiba.mk)
|
||||
|
||||
PRODUCT_NAME := aosp_shiba_pgagnostic
|
||||
PRODUCT_MODEL := AOSP page-size agnostic Shiba 64K ELF
|
||||
PRODUCT_MODEL := AOSP page-size agnostic Shiba 16KB ELF
|
||||
|
||||
PRODUCT_NO_BIONIC_PAGE_SIZE_MACRO := true
|
||||
PRODUCT_MAX_PAGE_SIZE_SUPPORTED := 65536
|
||||
PRODUCT_MAX_PAGE_SIZE_SUPPORTED := 16384
|
||||
PRODUCT_16K_DEVELOPER_OPTION := true
|
||||
|
||||
TARGET_USERDATAIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue