Start work on Cat S22
This commit is contained in:
parent
2020f2478e
commit
5750f67b44
2
cat/AndroidProducts.mk
Normal file
2
cat/AndroidProducts.mk
Normal file
@ -0,0 +1,2 @@
|
||||
PRODUCT_MAKEFILES := \
|
||||
$(LOCAL_DIR)/cat_s22.mk
|
24
cat/cat_s22.mk
Normal file
24
cat/cat_s22.mk
Normal file
@ -0,0 +1,24 @@
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/mainline_system.mk)
|
||||
|
||||
# Enable mainline checking
|
||||
PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := relaxed
|
||||
|
||||
#
|
||||
# All components inherited here go to product image
|
||||
#
|
||||
$(call inherit-product, device/generic/common/mgsi/mgsi_product.mk)
|
||||
|
||||
#
|
||||
# Special settings for GSI releasing
|
||||
#
|
||||
$(call inherit-product, device/generic/common/mgsi/mgsi_release.mk)
|
||||
|
||||
# Don't build super.img.
|
||||
PRODUCT_BUILD_SUPER_PARTITION := false
|
||||
|
||||
PRODUCT_SOONG_NAMESPACES += device/generic/goldfish
|
||||
|
||||
PRODUCT_NAME := mgsi_arm
|
||||
PRODUCT_DEVICE := dummy_arm
|
||||
PRODUCT_BRAND := Android
|
||||
PRODUCT_MODEL := Minimal GSI on arm32
|
Loading…
x
Reference in New Issue
Block a user