59 lines
1.5 KiB
Makefile
59 lines
1.5 KiB
Makefile
#
|
|
# 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 := duoqin_f21pro
|
|
PRODUCT_DEVICE := duoqin
|
|
PRODUCT_BRAND := generic
|
|
PRODUCT_MODEL := F21pro - wePhone
|
|
|
|
# This is for a device
|
|
PRODUCT_CHARACTERISTICS := device
|
|
|
|
PRODUCT_PACKAGE_OVERLAYS += device/nehemiah/wephone/overlay
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
device/wephone/duoqin/files/mtk-kpd.idc:$(TARGET_COPY_OUT_SYSTEM)/usr/idc/mtk-kpd.idc \
|
|
device/wephone/duoqin/files/mtk-kpd.kcm:$(TARGET_COPY_OUT_SYSTEM)/usr/keychars/mtk-kpd.kcm \
|
|
device/wephone/duoqin/files/mtk-kpd.kl:$(TARGET_COPY_OUT_SYSTEM)/usr/keylayout/mtk-kpd.kl
|
|
|
|
PRODUCT_PACKAGES += \
|
|
BromiteSystemWebView \
|
|
Conversations \
|
|
Davx5 \
|
|
Etar \
|
|
ExactCalculator \
|
|
DeskClock \
|
|
FDroid \
|
|
Linphone \
|
|
Nextcloud \
|
|
Wireguard
|
|
|
|
PRODUCT_PACKAGES -= \
|
|
EasterEgg \
|
|
webview \
|
|
libwebviewchromium_loader \
|
|
libwebviewchromium_plat_support
|