Add Jelly Star start

This commit is contained in:
Nehemiah of Zebulun 2024-06-20 15:00:43 -04:00
parent 2e22c3def2
commit e189c2d214
3 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,2 @@
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/jelly_star.mk

26
jelly_star/jelly_star.mk Normal file
View File

@ -0,0 +1,26 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic_system.mk)
# Enable mainline checking
PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := true
#
# All components inherited here go to system_ext image
#
$(call inherit-product, device/generic/common/gsi_system_ext.mk)
#
# All components inherited here go to product image
#
$(call inherit-product, device/generic/common/gsi_product.mk)
#
# Special settings for GSI releasing
#
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_release.mk)
PRODUCT_NAME := gsi_arm64
PRODUCT_DEVICE := jelly_star
PRODUCT_BRAND := Android
PRODUCT_MODEL := GSI on ARM64

View File

@ -0,0 +1,30 @@
TARGET_ARCH := arm64
TARGET_ARCH_VARIANT := armv8-a
TARGET_CPU_ABI := arm64-v8a
TARGET_CPU_ABI2 :=
TARGET_CPU_VARIANT := generic
TARGET_2ND_ARCH := arm
TARGET_2ND_ARCH_VARIANT := armv8-a
TARGET_2ND_CPU_ABI := armeabi-v7a
TARGET_2ND_CPU_ABI2 := armeabi
TARGET_2ND_CPU_VARIANT := generic
TARGET_DYNAMIC_64_32_MEDIASERVER := true
include build/make/target/board/BoardConfigGsiCommon.mk
BOARD_ROOT_EXTRA_SYMLINKS += /vendor/lib/dsp:/dsp
BOARD_ROOT_EXTRA_SYMLINKS += /mnt/vendor/persist:/persist
BOARD_ROOT_EXTRA_SYMLINKS += /vendor/firmware_mnt:/firmware
BOARD_SEPOLICY_DIRS += build/make/target/board/generic_arm64/sepolicy
#TARGET_EXFAT_DRIVER := exfat
#TARGET_SYSTEM_PROP := device/wephone/ttp/system.prop $(TARGET_SYSTEM_PROP)
#ifeq ($(BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE),)
#BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2147483648
#else
#BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE := 33554432
#endif