$(call inherit-product, device/google/marlin/common/base.mk) # For PRODUCT_COPY_FILES, the first instance takes precedence. # Since we want use QC specific files, we should inherit # device-vendor.mk first to make sure QC specific files gets installed. $(call inherit-product-if-exists, $(QCPATH)/common/config/device-vendor.mk) # already included in aosp/non-aosp mk files #$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) #$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk) #ifndef PRODUCT_MANUFACTURER #PRODUCT_MANUFACTURER := QUALCOMM #endif # PRODUCT_PROPERTY_OVERRIDES += \ ro.vendor.extension_library=libqti-perfd-client.so \ persist.radio.apm_sim_not_pwdn=1 \ persist.radio.sib16_support=1 \ persist.radio.custom_ecc=1 #$(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk) #$(call inherit-product, frameworks/base/data/fonts/fonts.mk) #$(call inherit-product, frameworks/base/data/keyboards/keyboards.mk)