diff options
Diffstat (limited to 'msm8996.mk')
-rwxr-xr-x | msm8996.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -29,6 +29,10 @@ $(call inherit-product, vendor/zuk/msm8996-common/msm8996-common-vendor.mk) # Setup dalvik vm configs $(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/non_ab_device.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) + # Overlays DEVICE_PACKAGE_OVERLAYS += \ $(LOCAL_PATH)/overlay \ |