aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuIC Gerrit Code Review <gerrit@quicinc.com>2010-01-12 18:48:40 -0800
committerQuIC Gerrit Code Review <gerrit@quicinc.com>2010-01-12 18:48:40 -0800
commit960c43063a4579a90ecd9b9508f869b3b110c16d (patch)
tree605e051f789bcbd90c6ecfbc5f7a39b6a839301d
parent2e2908f90965eb1b478203606f9e2657001d2a3b (diff)
parent96c50a53f82c4d135e07b14ca0ce9510e2292a22 (diff)
downloadlk-960c43063a4579a90ecd9b9508f869b3b110c16d.tar.gz
Merge change I96c50a53
* changes: Modified the paths to the bootloader to allow for debug build types as well as release build types.
-rw-r--r--AndroidBoot.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidBoot.mk b/AndroidBoot.mk
index 4487d0cf..dabd93cb 100644
--- a/AndroidBoot.mk
+++ b/AndroidBoot.mk
@@ -1,6 +1,6 @@
#Android makefile to build lk bootloader as a part of Android Build
-TARGET_BOOTLOADER := out/target/product/$(TARGET_PRODUCT)/appsboot.mbn
+TARGET_BOOTLOADER := $(PRODUCT_OUT)/appsboot.mbn
BOOTLOADER_OUT := $(TOP)/$(TARGET_OUT_INTERMEDIATES)/BOOTLOADER_OBJ
# Remove bootloader binary to trigger recompile when source changes
@@ -13,7 +13,7 @@ $(BOOTLOADER_OUT):
ifeq ($(TARGET_USERIMAGES_USE_EXT2),true)
-TARGET_BOOTLOADER_EMMC := out/target/product/$(TARGET_PRODUCT)/emmc_appsboot.mbn
+TARGET_BOOTLOADER_EMMC := $(PRODUCT_OUT)/emmc_appsboot.mbn
BOOTLOADER_EMMC_OUT := $(TOP)/$(TARGET_OUT_INTERMEDIATES)/BOOTLOADER_EMMC_OBJ
emmc_appsbootldr_clean: