diff options
author | RGIB <gibellini.roberto@gmail.com> | 2016-10-20 20:47:34 +0200 |
---|---|---|
committer | RGIB <gibellini.roberto@gmail.com> | 2016-10-20 20:47:34 +0200 |
commit | 529c0e352ca247e90c94ac40f44d61921483124e (patch) | |
tree | 68f0a8e24148299f6bb332099c4af5b75052757b | |
parent | 157d6f830ad3e6f3fdf306df8db762896ec64517 (diff) | |
download | device_samsung_n5100-529c0e352ca247e90c94ac40f44d61921483124e.zip device_samsung_n5100-529c0e352ca247e90c94ac40f44d61921483124e.tar.gz device_samsung_n5100-529c0e352ca247e90c94ac40f44d61921483124e.tar.bz2 |
n5100 : cleanup
Change-Id: I795e8858b12db409d311bb77991f6b61dd04aad7
-rwxr-xr-x | BoardConfig.mk | 5 | ||||
-rwxr-xr-x | n5100.mk | 3 |
2 files changed, 1 insertions, 7 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 3dc51a4..caff696 100755 --- 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/n5100 @@ -38,8 +36,5 @@ RECOVERY_FSTAB_VERSION := 2 BOARD_RECOVERY_SWIPE := true BOARD_RECOVERY_SWIPE_SWAPXY := true -# inherit from the proprietary version --include vendor/samsung/n5100/BoardConfigVendor.mk - # assert TARGET_OTA_ASSERT_DEVICE := GT-N5100,kona3g,n5100,kona3gxx @@ -45,6 +45,5 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.software.sip.xml:system/etc/permissions/android.software.sip.xml \ frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml -# Include common makefile -$(call inherit-product, device/samsung/kona-common/kona-common.mk) $(call inherit-product, vendor/samsung/n5100/n5100-vendor.mk) +$(call inherit-product, device/samsung/kona-common/kona-common.mk) |