Add akita_fullmte.
Bug: 288843255 Test: Build akita_fullmte. (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:dbe74e4d80ca234da7fde7c63e7e1f9844e21a13) Merged-In: Ibf3d39ba984f4a550ffebb57f52584742050e093 Change-Id: Ibf3d39ba984f4a550ffebb57f52584742050e093 cherry-pick to udc-qpr-dev
This commit is contained in:
parent
1712829415
commit
bfe829d08b
3 changed files with 8 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
PRODUCT_MAKEFILES := \
|
PRODUCT_MAKEFILES := \
|
||||||
$(LOCAL_DIR)/aosp_akita.mk \
|
$(LOCAL_DIR)/aosp_akita.mk \
|
||||||
|
$(LOCAL_DIR)/aosp_akita_fullmte.mk \
|
||||||
$(LOCAL_DIR)/factory_akita.mk
|
$(LOCAL_DIR)/factory_akita.mk
|
||||||
|
|
||||||
COMMON_LUNCH_CHOICES := \
|
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
|
# Akita specific init.rc
|
||||||
import /vendor/etc/init/hw/init.zuma.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
|
on init && property:ro.vendor.factory=1
|
||||||
import /vendor/etc/init/hw/init.factory.rc
|
import /vendor/etc/init/hw/init.factory.rc
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue