diff --git a/device_A7010a48.mk b/device_A7010a48.mk index 8c9d8ff554ad0ed166934ca29cb6b73debd144ae..6c1c4e23be47d3c7366b64ddcbeac4b4080755d3 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 fe14d4744143091327692add969a5981a131d8af..e14cafc5a9562e3ddeb7f327d8e91abf15059250 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)