Add akita_fullmte.
Bug: 288843255 Test: Build akita_fullmte. Change-Id: Ibf3d39ba984f4a550ffebb57f52584742050e093
This commit is contained in:
parent
c856a4eea3
commit
dbe74e4d80
3 changed files with 8 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
|
||||
PRODUCT_MAKEFILES := \
|
||||
$(LOCAL_DIR)/aosp_akita.mk \
|
||||
$(LOCAL_DIR)/aosp_akita_fullmte.mk \
|
||||
$(LOCAL_DIR)/factory_akita.mk
|
||||
|
||||
COMMON_LUNCH_CHOICES := \
|
||||
|
|
4
aosp_akita_fullmte.mk
Normal file
4
aosp_akita_fullmte.mk
Normal file
|
@ -0,0 +1,4 @@
|
|||
include device/google/gs-common/mte/fullmte-pixel.mk
|
||||
$(call inherit-product, device/google/akita/aosp_akita.mk)
|
||||
|
||||
PRODUCT_NAME := aosp_akita_fullmte
|
|
@ -1,6 +1,9 @@
|
|||
# Akita specific init.rc
|
||||
import /vendor/etc/init/hw/init.zuma.rc
|
||||
|
||||
on early-init && property:ro.product.name=akita_fullmte
|
||||
export SCUDO_OPTIONS allocation_ring_buffer_size=131072
|
||||
|
||||
on init && property:ro.vendor.factory=1
|
||||
import /vendor/etc/init/hw/init.factory.rc
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue