diff options
author | Colin Cross <ccross@android.com> | 2014-01-24 13:38:08 -0800 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2014-03-13 11:26:26 -0700 |
commit | 9bdcdff615f4e21eca818768cc7549a3e2bb8830 (patch) | |
tree | 7667b033bfce033fbbfcde8c3bfa8d1435b57f85 /core/Makefile | |
parent | c92f1407a1cc32e81971d89086f84a6dc643ef9d (diff) | |
download | build-9bdcdff615f4e21eca818768cc7549a3e2bb8830.zip build-9bdcdff615f4e21eca818768cc7549a3e2bb8830.tar.gz build-9bdcdff615f4e21eca818768cc7549a3e2bb8830.tar.bz2 |
HACK: add 64-bit directory blacklist
Change-Id: I431e8b220db81d51930dc0b3d95995df120c179a
Diffstat (limited to 'core/Makefile')
-rw-r--r-- | core/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile index 8add332..8a6b14c 100644 --- a/core/Makefile +++ b/core/Makefile @@ -648,6 +648,10 @@ ifeq (,$(filter true, $(TARGET_NO_KERNEL) $(TARGET_NO_RECOVERY))) INSTALLED_RECOVERYIMAGE_TARGET := $(PRODUCT_OUT)/recovery.img +# HACK: clear LOCAL_PATH from including last build target before calling +# intermedites-dir-for +LOCAL_PATH := $(call my-dir) + recovery_initrc := $(call include-path-for, recovery)/etc/init.rc recovery_kernel := $(INSTALLED_KERNEL_TARGET) # same as a non-recovery system recovery_ramdisk := $(PRODUCT_OUT)/ramdisk-recovery.img |