# # All components inherited here go to system image # $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(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 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 # $(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_release.mk) PRODUCT_NAME := titan_pocket PRODUCT_DEVICE := unihertz PRODUCT_BRAND := wephone PRODUCT_MODEL := Unihertz Titan Pocket - wePhone # This is for a device PRODUCT_CHARACTERISTICS := device PRODUCT_PACKAGE_OVERLAYS += device/wephone/unihertz/overlay PRODUCT_COPY_FILES += \ device/wephone/unihertz/files/aw9523-key.idc:$(TARGET_COPY_OUT_SYSTEM)/usr/idc/aw9523-key.idc \ device/wephone/unihertz/files/aw9523-key.kcm:$(TARGET_COPY_OUT_SYSTEM)/usr/keychars/aw9523-key.kcm \ device/wephone/unihertz/files/aw9523-key.kl:$(TARGET_COPY_OUT_SYSTEM)/usr/keylayout/aw9523-key.kl \ device/wephone/unihertz/files/mtk-kpd.idc:$(TARGET_COPY_OUT_SYSTEM)/usr/idc/mtk-kpd.idc \ device/wephone/unihertz/files/mtk-kpd.kl:$(TARGET_COPY_OUT_SYSTEM)/usr/keylayout/mtk-kpd.kl \ device/wephone/unihertz/files/mtk-pad.idc:$(TARGET_COPY_OUT_SYSTEM)/usr/idc/mtk-pad.idc \ device/wephone/unihertz/files/mtk-tpd.kl:$(TARGET_COPY_OUT_SYSTEM)/usr/keylayout/mtk-tpd.kl PRODUCT_PACKAGES += \ BromiteSystemWebView \ Conversations \ Davx5 \ DeskClock \ Etar \ ExactCalculator \ FDroid \ Gallery2 \ Linphone \ Nextcloud \ NextcloudNotes \ Wireguard PRODUCT_PACKAGES -= \ EasterEgg \ webview \ libwebviewchromium_loader \ libwebviewchromium_plat_support