From f976a5b478c0fed6b92fe580a65ab94793c17def Mon Sep 17 00:00:00 2001 From: RGIB Date: Thu, 20 Oct 2016 20:45:52 +0200 Subject: kona : cleanup Change-Id: I9edec52e0942cfae4d4d7f79025cc83b79109403 --- BoardConfigCommon.mk | 3 --- kona-common.mk | 10 +++++----- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index fe4a235..8988442 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -14,10 +14,7 @@ # limitations under the License. # -# This variable is set first, so it can be overridden -# by BoardConfigVendor.mk -include device/samsung/smdk4412-common/BoardCommonConfig.mk --include vendor/samsung/kona-common/BoardConfigVendor.mk LOCAL_PATH := device/samsung/kona-common diff --git a/kona-common.mk b/kona-common.mk index d451d52..ed0f81a 100644 --- a/kona-common.mk +++ b/kona-common.mk @@ -14,10 +14,6 @@ # limitations under the License. # -$(call inherit-product, vendor/samsung/kona-common/kona-vendor.mk) -$(call inherit-product, device/samsung/smdk4412-common/common.mk) -$(call inherit-product, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk) - LOCAL_PATH := device/samsung/kona-common PRODUCT_CHARACTERISTICS := tablet @@ -25,7 +21,7 @@ PRODUCT_CHARACTERISTICS := tablet DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay PRODUCT_AAPT_CONFIG := hdpi -PRODUCT_AAPT_PREF_CONFIG := hdpi +PRODUCT_AAPT_PREF_CONFIG := xhdpi TARGET_SCREEN_HEIGHT := 800 TARGET_SCREEN_WIDTH := 1280 @@ -73,3 +69,7 @@ PRODUCT_COPY_FILES += \ PRODUCT_PROPERTY_OVERRIDES += \ ro.cm.hardware.cabc=/sys/class/mdnie/mdnie/cabc + +$(call inherit-product, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk) +$(call inherit-product, vendor/samsung/kona-common/kona-vendor.mk) +$(call inherit-product, device/samsung/smdk4412-common/common.mk) -- cgit v1.1