62 lines
1.5 KiB
Makefile
62 lines
1.5 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)
|
|
|
|
|
|
# Enable mainline checking
|
|
# PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := relaxed
|
|
|
|
#
|
|
# 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)
|
|
|
|
|
|
# Don't build super.img
|
|
PRODUCT_BUILD_SUPER_PARTITION := false
|
|
|
|
PRODUCT_NAME := cat_s22
|
|
PRODUCT_DEVICE := cat_s22
|
|
PRODUCT_BRAND := Android
|
|
PRODUCT_MODEL := wePhone Cat S22
|
|
|
|
PRODUCT_CHARACTERISTICS := device
|
|
|
|
PRODUCT_PACKAGE_OVERLAYS += device/wephone/cat/overlay
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
device/wephone/cat/files/qpnp_pon.kl:$(TARGET_COPY_OUT_SYSTEM)/usr/keylayout/qpnp_pon.kl \
|
|
device/wephone/cat/files/gpio-keys.kl:$(TARGET_COPY_OUT_SYSTEM)/usr/keylayout/gpio-keys.kl
|
|
|
|
PRODUCT_PACKAGES += \
|
|
BromiteSystemWebView \
|
|
Conversations \
|
|
Davx5 \
|
|
Etar \
|
|
ExactCalculator \
|
|
DeskClock \
|
|
FairEmail \
|
|
FDroid \
|
|
K9Mail \
|
|
Linphone \
|
|
Nextcloud \
|
|
NextcloudNotes \
|
|
OpenDocumentReader \
|
|
Wireguard
|
|
|
|
PRODUCT_PACKAGES -= \
|
|
EasterEgg \
|
|
webview \
|
|
libwebviewchromium_loader \
|
|
libwebviewchromium_plat_support
|