aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus TORSTENSSON <magnus.torstensson@stericsson.com>2011-03-17 08:33:34 +0100
committerJonas ABERG <jonas.aberg@stericsson.com>2011-03-21 16:14:35 +0100
commitc0b05ce9bc613a8522ae5b322d85e21011828daa (patch)
tree6236fb3e33a2d8238eebb21bc684d2d6a0c9ae4a
parent79faea956957992b67082477dadff9a9c7e82058 (diff)
[ANDROID]: Remove hard-coded path to u-bootu8500-android-2.3_v0.41
Remove hard-coded paths in Android.mk file. Make it easier to change folder structure. ST-Ericsson ID: 328922 Change-Id: I77050fa148afb0ce37f811d0bfe29db63d96998b Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/18521 Tested-by: Magnus TORSTENSSON <magnus.torstensson@stericsson.com> Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 06e45dc48d1..e070a79474d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -13,7 +13,7 @@ PRIVATE_OUT := $(abspath $(PRODUCT_OUT)/system)
# Links the kernel build into the Android build
ALL_PREBUILT += build-kernel
-PATH := $(PATH):$(CURDIR)/vendor/st-ericsson/boot/u-boot/tools:$(abspath $(UBOOT_OUTPUT)/tools)
+PATH := $(PATH):$(BOOT_PATH)/u-boot/tools:$(abspath $(UBOOT_OUTPUT)/tools)
export PATH
# only do this if we are buidling out of tree