65 lines
2.0 KiB
Makefile
65 lines
2.0 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 := ttp
|
|
PRODUCT_DEVICE := titan_pocket
|
|
PRODUCT_BRAND := Android
|
|
PRODUCT_MODEL := AOSP on ARM64
|
|
PRODUCT_AAPT_CONFIG := normal
|
|
PRODUCT_AAPT_PREF_CONFIG := xhdpi
|
|
|
|
PRODUCT_PACKAGE_OVERLAYS += device/wephone/ttp/overlay
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
device/wephone/ttp/files/aw9523-key.idc:$(TARGET_COPY_OUT_SYSTEM)/usr/idc/aw9523-key.idc \
|
|
device/wephone/ttp/files/aw9523-key.kcm:$(TARGET_COPY_OUT_SYSTEM)/usr/keychars/aw9523-key.kcm \
|
|
device/wephone/ttp/files/aw9523-key.kl:$(TARGET_COPY_OUT_SYSTEM)/usr/keylayout/aw9523-key.kl \
|
|
device/wephone/ttp/files/mtk-kpd.idc:$(TARGET_COPY_OUT_SYSTEM)/usr/idc/mtk-kpd.idc \
|
|
device/wephone/ttp/files/mtk-kpd.kl:$(TARGET_COPY_OUT_SYSTEM)/usr/keylayout/mtk-kpd.kl \
|
|
device/wephone/ttp/files/mtk-pad.idc:$(TARGET_COPY_OUT_SYSTEM)/usr/idc/mtk-pad.idc \
|
|
device/wephone/ttp/files/mtk-tpd.kl:$(TARGET_COPY_OUT_SYSTEM)/usr/keylayout/mtk-tpd.kl \
|
|
device/wephone/ttp/files/fingerprint_key.kl:$(TARGET_COPY_OUT_SYSTEM)/usr/keylayout/fingerprint_key.kl
|
|
|
|
# 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 += \
|
|
Clock \
|
|
Etar \
|
|
Gallery2 \
|
|
TrichromeWebView \
|
|
WeKey
|
|
|
|
PRODUCT_PACKAGES -= \
|
|
EasterEgg \
|
|
webview \
|
|
libwebviewchromium_loader \
|
|
libwebviewchromium_plat_support
|