From 02fc2789325b33eb360d1cbd24f8d8d2075d030a Mon Sep 17 00:00:00 2001 From: Mohan Cm Date: Thu, 16 Aug 2018 00:03:52 +0530 Subject: [PATCH] add product common Configurations --- device_A7010a48.mk | 5 +++++ dot.mk | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/device_A7010a48.mk b/device_A7010a48.mk index 8c9d8ff..6c1c4e2 100644 --- a/device_A7010a48.mk +++ b/device_A7010a48.mk @@ -18,6 +18,11 @@ LOCAL_PATH := device/lenovo/A7010a48 PRODUCT_AAPT_CONFIG := normal PRODUCT_AAPT_PREF_CONFIG := xxhdpi +# Product common configurations +$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) + PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ ro.secure=0 \ ro.adb.secure=0 diff --git a/dot.mk b/dot.mk index fe14d47..e14cafc 100644 --- a/dot.mk +++ b/dot.mk @@ -13,9 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Inherit from those products. Most specific first. -$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) - # Inherit from A7010 device $(call inherit-product, device/lenovo/A7010a48/device_A7010a48.mk) -- GitLab