$(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 := cm17 PRODUCT_DEVICE := cm17 PRODUCT_BRAND := Android PRODUCT_MODEL := AOSP on ARM64 PRODUCT_AAPT_CONFIG := normal PRODUCT_AAPT_PREF_CONFIG := xhdpi PRODUCT_PACKAGE_OVERLAYS += device/wephone/cm17/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 \ Contacts \ DeskClock \ Etar \ ExactCalculator \ Gallery2 PRODUCT_PACKAGES -= \ EasterEgg \ webview \ libwebviewchromium_loader \ libwebviewchromium_plat_support