16kb: Set user partition to ext4 in shusky targets

Set user partition to ext4 for the husky and shiba page
size agnostic targets with 5.15 kernels.

Test: source build/envsetup.sh
      lunch aosp_husky_pgagnostic-trunk-userdebug
      m
Bug: 308663811

Change-Id: Iaff7b25e290d05766130d35bd96691b5d407a2e0
This commit is contained in:
Juan Yescas 2024-03-27 17:50:45 -07:00
parent 5af5965511
commit 3059034c97
2 changed files with 6 additions and 0 deletions

View file

@ -20,3 +20,6 @@ PRODUCT_MODEL := AOSP page-size agnostic Husky 64K ELF
PRODUCT_NO_BIONIC_PAGE_SIZE_MACRO := true
PRODUCT_MAX_PAGE_SIZE_SUPPORTED := 65536
TARGET_USERDATAIMAGE_FILE_SYSTEM_TYPE := ext4

View file

@ -20,3 +20,6 @@ PRODUCT_MODEL := AOSP page-size agnostic Shiba 64K ELF
PRODUCT_NO_BIONIC_PAGE_SIZE_MACRO := true
PRODUCT_MAX_PAGE_SIZE_SUPPORTED := 65536
TARGET_USERDATAIMAGE_FILE_SYSTEM_TYPE := ext4