summaryrefslogtreecommitdiffstats
path: root/core/config.mk
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-01-14 14:55:11 +0100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-01-14 14:55:11 +0100
commit3ec6f77b3fc2b1b8d891a51f2956eabff4e2d602 (patch)
treef11bd5f1148803cb1c2ca275b6ac6e0880be3fae /core/config.mk
parent4a79953980793df8801aa9c59b976ae30c2fec0d (diff)
downloadbuild-3ec6f77b3fc2b1b8d891a51f2956eabff4e2d602.zip
build-3ec6f77b3fc2b1b8d891a51f2956eabff4e2d602.tar.gz
build-3ec6f77b3fc2b1b8d891a51f2956eabff4e2d602.tar.bz2
use relocation packer from out dir
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
Diffstat (limited to 'core/config.mk')
-rw-r--r--core/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/config.mk b/core/config.mk
index 736063b..4897be6 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -510,7 +510,7 @@ DX := $(HOST_OUT_EXECUTABLES)/dx
ZIPALIGN := $(HOST_OUT_EXECUTABLES)/zipalign$(HOST_EXECUTABLE_SUFFIX)
# relocation packer
-RELOCATION_PACKER := prebuilts/misc/$(BUILD_OS)-$(HOST_PREBUILT_ARCH)/relocation_packer/relocation_packer
+RELOCATION_PACKER := $(HOST_OUT_EXECUTABLES)/relocation_packer$(HOST_EXECUTABLE_SUFFIX)
FINDBUGS := /usr/bin/findbugs
EMMA_JAR := external/emma/lib/emma$(COMMON_JAVA_PACKAGE_SUFFIX)