diff --git a/aosp_sanders.mk b/aosp_sanders.mk index 8e334a5..9310e25 100644 --- a/aosp_sanders.mk +++ b/aosp_sanders.mk @@ -17,11 +17,6 @@ # Inherit from those products. Most specific first. $(call inherit-product, device/motorola/sanders/full_sanders.mk) -$(call inherit-product, device/motorola/sanders/core_32_64_bit.mk) -$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) - -# for specific -$(call inherit-product, vendor/motorola/sanders/sanders-vendor.mk) # Inherit some common CM stuff. $(call inherit-product, vendor/aosp/common.mk) diff --git a/full_sanders.mk b/full_sanders.mk index fc7a221..8d49afa 100644 --- a/full_sanders.mk +++ b/full_sanders.mk @@ -14,10 +14,19 @@ # limitations under the License. # +# Inherit from those products. Most specific first. +$(call inherit-product, device/motorola/sanders/core_32_64_bit.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) + # Inherit from potter device $(call inherit-product, device/motorola/sanders/device.mk) + +# Dexpreopt fixes $(call inherit-product, device/motorola/sanders/dexpreopt.mk) # Device identifier. This must come after all inclusions PRODUCT_DEVICE := sanders PRODUCT_NAME := full_sanders + +# for specific +$(call inherit-product, vendor/motorola/sanders/sanders-vendor.mk)