aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-10-16 17:48:56 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-10-16 17:48:56 +0530
commit900b3c32f66249bc9ca9f38f7a907057ef951f7d (patch)
treec5fc639a7b6603559cc25ffdc1043af26d2acc99
parent091e3b818cb3ef72699e74f13819cdcf9b658f60 (diff)
msm8996-common: Inherit some common Makefiles
Change-Id: Iea741a09872734561ba390ca2ffd3450406595a5
-rwxr-xr-xmsm8996.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/msm8996.mk b/msm8996.mk
index acc196b..41ba30c 100755
--- a/msm8996.mk
+++ b/msm8996.mk
@@ -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 \