16k: shusky: Remove developer option from AOSP pgagnostic targets

Page agnostic (16k targets) are already supposed to boot up with 16k
page size kernels. Hence, the developer option is not required.

Bug: 340969437
Test: Tested `aosp_shiba_pgagnostic` on internal branch to ensure the
      build succeeds and device boots up.
Change-Id: I9fd4011d868f282364c1dedc048531ca2a32c843
This commit is contained in:
Vilas Bhat 2024-05-23 23:47:40 +00:00
parent 6e246c5334
commit c7b8d16d38
2 changed files with 0 additions and 2 deletions

View file

@ -20,7 +20,6 @@ PRODUCT_MODEL := AOSP page-size agnostic Husky 16KB ELF
PRODUCT_NO_BIONIC_PAGE_SIZE_MACRO := true
PRODUCT_MAX_PAGE_SIZE_SUPPORTED := 16384
PRODUCT_16K_DEVELOPER_OPTION := true
TARGET_USERDATAIMAGE_FILE_SYSTEM_TYPE := ext4

View file

@ -20,7 +20,6 @@ PRODUCT_MODEL := AOSP page-size agnostic Shiba 16KB ELF
PRODUCT_NO_BIONIC_PAGE_SIZE_MACRO := true
PRODUCT_MAX_PAGE_SIZE_SUPPORTED := 16384
PRODUCT_16K_DEVELOPER_OPTION := true
TARGET_USERDATAIMAGE_FILE_SYSTEM_TYPE := ext4