sanders: Optimize makefiles

This commit is contained in:
jhenrique09
2017-11-21 15:03:20 -02:00
committed by therootlord
parent 810cc575cf
commit fb41b48cc1
2 changed files with 9 additions and 5 deletions

View File

@@ -17,11 +17,6 @@
# Inherit from those products. Most specific first. # Inherit from those products. Most specific first.
$(call inherit-product, device/motorola/sanders/full_sanders.mk) $(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. # Inherit some common CM stuff.
$(call inherit-product, vendor/aosp/common.mk) $(call inherit-product, vendor/aosp/common.mk)

View File

@@ -14,10 +14,19 @@
# limitations under the License. # 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 # Inherit from potter device
$(call inherit-product, device/motorola/sanders/device.mk) $(call inherit-product, device/motorola/sanders/device.mk)
# Dexpreopt fixes
$(call inherit-product, device/motorola/sanders/dexpreopt.mk) $(call inherit-product, device/motorola/sanders/dexpreopt.mk)
# Device identifier. This must come after all inclusions # Device identifier. This must come after all inclusions
PRODUCT_DEVICE := sanders PRODUCT_DEVICE := sanders
PRODUCT_NAME := full_sanders PRODUCT_NAME := full_sanders
# for specific
$(call inherit-product, vendor/motorola/sanders/sanders-vendor.mk)