Merge "Add akita_fullmte." into udc-qpr-dev am: 263a907fc8
Original change: https://googleplex-android-review.googlesource.com/c/device/google/akita/+/24211962 Change-Id: I696e074826d6eb3b7494e7c042303d60bb380712 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
b2b6b8ed3c
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