klte: Use klte-common releasetools extension

Change-Id: I9cd6175c58b1a3a012f94b8847426cb93c885936
This commit is contained in:
Kevin F. Haggerty 2017-02-28 17:21:35 -07:00
parent 175ddd78ab
commit f3be99c236
2 changed files with 7 additions and 0 deletions

View File

@ -36,5 +36,8 @@ BOARD_RECOVERYIMAGE_PARTITION_SIZE := 15728640
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2548039680
BOARD_USERDATAIMAGE_PARTITION_SIZE := 12442369024 # 12442385408 - 16384
# Releasetools
TARGET_RELEASETOOLS_EXTENSIONS := device/samsung/klte-common/releasetools
# inherit from the proprietary version
-include vendor/samsung/klte/BoardConfigVendor.mk

View File

@ -36,5 +36,9 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/libnfc-nxp.conf:system/etc/libnfc-nxp.conf \
$(LOCAL_PATH)/configs/nfcee_access.xml:system/etc/nfcee_access.xml
# Variant blobs script
PRODUCT_COPY_FILES += \
device/samsung/klte-common/releasetools/variant_blobs.sh:install/bin/variant_blobs.sh
# common klte
$(call inherit-product, device/samsung/klte-common/klte.mk)