From cec66044d25574b8a49c7f257f4534970e570407 Mon Sep 17 00:00:00 2001 From: Pawit Pornkitprasan Date: Tue, 18 Dec 2012 10:40:19 +0700 Subject: aries-common: use releasetools extensions releasetools extensions is an AOSP-supported method of extending releasetools which is better than duplicating the way we have now. Change-Id: I7d81b2713226f89e93df983c3e365415ae6e9f8f --- BoardConfigCommon.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'BoardConfigCommon.mk') diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index fa61dfc..faf7f60 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -43,8 +43,7 @@ BOARD_UMS_LUNFILE := /sys/class/android_usb/android0/f_mass_storage/lun/file TARGET_KERNEL_SOURCE := kernel/samsung/aries # Releasetools -TARGET_RELEASETOOL_OTA_FROM_TARGET_SCRIPT := ./device/samsung/aries-common/releasetools/aries_ota_from_target_files -TARGET_RELEASETOOL_IMG_FROM_TARGET_SCRIPT := ./device/samsung/aries-common/releasetools/aries_img_from_target_files +TARGET_RELEASETOOLS_EXTENSIONS := device/samsung/aries-common # Camera USE_CAMERA_STUB := false -- cgit v1.1