diff options
author | RGIB <gibellini.roberto@gmail.com> | 2016-10-20 20:55:52 +0200 |
---|---|---|
committer | RGIB <gibellini.roberto@gmail.com> | 2016-10-20 20:55:52 +0200 |
commit | 1f9527302c5b603a15cf58ad5307925465bd3b79 (patch) | |
tree | 727e747f20e20f863c3f8bd0700ac66fc6ce778a | |
parent | 1e8fafbaf9f5d76aaf1ff65348b2c0cc3ab31c25 (diff) | |
download | device_samsung_n5110-1f9527302c5b603a15cf58ad5307925465bd3b79.zip device_samsung_n5110-1f9527302c5b603a15cf58ad5307925465bd3b79.tar.gz device_samsung_n5110-1f9527302c5b603a15cf58ad5307925465bd3b79.tar.bz2 |
n5110 : cleanup
Change-Id: Ib04fbc5afc09063ecf2da7648dd3d1812eabc781
-rw-r--r-- | BoardConfig.mk | 5 | ||||
-rw-r--r-- | n5110.mk | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 6e10e0f..7006a7d 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -14,8 +14,6 @@ # limitations under the License. # -# This variable is set first, so it can be overridden -# by BoardConfigVendor.mk -include device/samsung/kona-common/BoardConfigCommon.mk LOCAL_PATH := device/samsung/n5110 @@ -32,8 +30,5 @@ RECOVERY_FSTAB_VERSION := 2 BOARD_RECOVERY_SWIPE := true BOARD_RECOVERY_SWIPE_SWAPXY := true -# inherit from the proprietary version --include vendor/samsung/n5110/BoardConfigVendor.mk - # assert TARGET_OTA_ASSERT_DEVICE := konawifi,n5110,GT-N5110,konawifixx @@ -41,5 +41,5 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml # Include common makefile -$(call inherit-product, device/samsung/kona-common/kona-common.mk) $(call inherit-product, vendor/samsung/n5110/n5110-vendor.mk) +$(call inherit-product, device/samsung/kona-common/kona-common.mk) |