diff options
| author | doc HD <doc.divxm@gmail.com> | 2016-12-20 13:17:19 +0300 |
|---|---|---|
| committer | doc HD <doc.divxm@gmail.com> | 2016-12-20 13:17:19 +0300 |
| commit | e27ce6a6bbc1683fbd0b0f00dd3adb48ca2696b1 (patch) | |
| tree | 57b9b13411b6ca4af364fc03dcd18cd68bc7aece | |
| parent | e2e88fe6747f92bcda34716aeaaf6e64a34fdf51 (diff) | |
ferrari: İnherit device.mk first and fix typo
Change-Id: I7c2d2c0929fee282ce7391c35ddfb55283aa5926
| -rw-r--r-- | aicp.dependencies | 2 | ||||
| -rw-r--r-- | full_ferrari.mk | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/aicp.dependencies b/aicp.dependencies index 532c220..e44829d 100644 --- a/aicp.dependencies +++ b/aicp.dependencies @@ -28,5 +28,5 @@ "repository": "CyanogenMod/android_external_stlport", "target_path": "external/stlport", "branch": "cm-14.1" - }, + } ] diff --git a/full_ferrari.mk b/full_ferrari.mk index 36b82fe..e0ec774 100644 --- a/full_ferrari.mk +++ b/full_ferrari.mk @@ -14,13 +14,13 @@ # limitations under the License. # +# Inherit from ferrari device +$(call inherit-product, device/xiaomi/ferrari/device.mk) + # Inherit from those products. Most specific first. $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) -# Inherit from ferrari device -$(call inherit-product, device/xiaomi/ferrari/device.mk) - # Device identifier. This must come after all inclusions PRODUCT_DEVICE := ferrari PRODUCT_NAME := full_ferrari |
