16kb: Add aosp_akita_16k target am: 8016091b11
Original change: https://android-review.googlesource.com/c/device/google/akita/+/3211926 Change-Id: Ic461d653067ef4b2df99f593b8b488d8eb5becdc Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
1991cf0023
2 changed files with 9 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
|
||||
PRODUCT_MAKEFILES := \
|
||||
$(LOCAL_DIR)/aosp_akita.mk \
|
||||
$(LOCAL_DIR)/aosp_akita_16k.mk \
|
||||
$(LOCAL_DIR)/aosp_akita_fullmte.mk \
|
||||
$(LOCAL_DIR)/factory_akita.mk
|
||||
|
||||
|
|
8
aosp_akita_16k.mk
Normal file
8
aosp_akita_16k.mk
Normal file
|
@ -0,0 +1,8 @@
|
|||
$(call inherit-product, device/google/akita/aosp_akita.mk)
|
||||
|
||||
PRODUCT_NAME := aosp_akita_16k
|
||||
|
||||
TARGET_USERDATAIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||
TARGET_RW_FILE_SYSTEM_TYPE := ext4
|
||||
TARGET_BOOTS_16K := true
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue