diff options
author | RGIB <gibellini.roberto@gmail.com> | 2016-11-27 23:57:51 +0100 |
---|---|---|
committer | RGIB <gibellini.roberto@gmail.com> | 2016-11-27 23:57:51 +0100 |
commit | 9b688ef8c6adb2d5e7eff74bf3d4733143e5fdf0 (patch) | |
tree | 5df5100ac4d9a83dd8f1c9ed4d402b28b4642152 | |
parent | ebbfd7959944ea3781c239616226f01697e5d06c (diff) | |
download | device_samsung_i9305-9b688ef8c6adb2d5e7eff74bf3d4733143e5fdf0.zip device_samsung_i9305-9b688ef8c6adb2d5e7eff74bf3d4733143e5fdf0.tar.gz device_samsung_i9305-9b688ef8c6adb2d5e7eff74bf3d4733143e5fdf0.tar.bz2 |
i9305 : include vendors correctly
Change-Id: Icfac5ffb8def52f2effd26262172f430530675ac
-rw-r--r-- | i9305.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,5 +93,5 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk) $(call inherit-product, vendor/samsung/i9305/i9305-vendor.mk) # Include common makefile -$(call inherit-product, device/samsung/smdk4412-qcom-common/common.mk) $(call inherit-product, device/samsung/smdk4412-common/common.mk) +$(call inherit-product, device/samsung/smdk4412-qcom-common/common.mk) |