From 2e435e7cc91b981bdd6c63fc79ce89a1a2cf5f5f Mon Sep 17 00:00:00 2001 From: Roberto Gibellini Date: Sun, 16 Oct 2016 13:42:14 -0700 Subject: Revert "kona-common : correct order" This reverts commit 6c6cc4ad05c321e82de7c3c929a3f9c3867c8d43. Change-Id: Ic3ad86e675f4bdb690859e16175880737134a5e6 --- kona-common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kona-common.mk b/kona-common.mk index 6f8c5fd..bb45ba3 100644 --- a/kona-common.mk +++ b/kona-common.mk @@ -76,5 +76,5 @@ PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_CHARACTERISTICS := tablet $(call inherit-product, frameworks/native/build/tablet-7in-xhdpi-2048-dalvik-heap.mk) -$(call inherit-product, device/samsung/smdk4412-common/common.mk) $(call inherit-product, vendor/samsung/kona-common/kona-vendor.mk) +$(call inherit-product, device/samsung/smdk4412-common/common.mk) -- cgit v1.1