Merge "Add akita_fullmte." into udc-qpr-dev

This commit is contained in:
Mitch Phillips 2023-07-28 08:26:53 +00:00 committed by Android (Google) Code Review
commit 263a907fc8
3 changed files with 8 additions and 0 deletions

View file

@ -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
View 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

View file

@ -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