51 lines
1.2 KiB
Makefile
51 lines
1.2 KiB
Makefile
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/mainline_system.mk)
|
|
|
|
#
|
|
# All components inherited here go to system_ext image
|
|
#
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/handheld_system_ext.mk)
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_system_ext.mk)
|
|
|
|
#
|
|
# All components inherited here go to product image
|
|
#
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_product.mk)
|
|
|
|
#
|
|
# Special settings for GSI releasing
|
|
#
|
|
# ifeq (aosp_arm64,$(TARGET_PRODUCT))
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_release.mk)
|
|
# endif
|
|
|
|
PRODUCT_CHARACTERISTICS := device
|
|
|
|
PRODUCT_NAME := jelly_star
|
|
PRODUCT_DEVICE := jelly_star
|
|
PRODUCT_BRAND := Android
|
|
PRODUCT_MODEL := AOSP on Unihertz Jelly Star
|
|
PRODUCT_AAPT_CONFIG := normal
|
|
PRODUCT_AAPT_PREF_CONFIG := xhdpi
|
|
|
|
PRODUCT_PACKAGE_OVERLAYS += device/wephone/ttp/overlay
|
|
|
|
# Use a more decent APN config
|
|
PRODUCT_COPY_FILES += \
|
|
device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml
|
|
|
|
ifneq (,$(wildcard external/exfat))
|
|
PRODUCT_PACKAGES += \
|
|
mkfs.exfat \
|
|
fsck.exfat
|
|
endif
|
|
|
|
PRODUCT_PACKAGES += \
|
|
TrichromeWebView
|
|
|
|
PRODUCT_PACKAGES -= \
|
|
EasterEgg \
|
|
webview \
|
|
libwebviewchromium_loader \
|
|
libwebviewchromium_plat_support
|