summaryrefslogtreecommitdiffstats
path: root/core/config.mk
diff options
context:
space:
mode:
authorDmitriy Ivanov <dimitry@google.com>2015-04-20 16:59:05 -0700
committerDmitriy Ivanov <dimitry@google.com>2015-04-22 13:30:43 -0700
commite7a1b8a0c6d5f56e415345a0aceef3afe5ff5eff (patch)
tree4f9200ef67e3d3c3fd1e28e0a2e0d21fb4b2a40c /core/config.mk
parent7f47c13339858138744036d9037d52b4a0c445f3 (diff)
downloadbuild-e7a1b8a0c6d5f56e415345a0aceef3afe5ff5eff.zip
build-e7a1b8a0c6d5f56e415345a0aceef3afe5ff5eff.tar.gz
build-e7a1b8a0c6d5f56e415345a0aceef3afe5ff5eff.tar.bz2
Pack relocation tables for all dynamic executables
Bug: http://b/18051137 Change-Id: I277277d5f5eb450ef9b4a23cfec16d75d977eb89
Diffstat (limited to 'core/config.mk')
-rw-r--r--core/config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/config.mk b/core/config.mk
index 60ea592..83295d9 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -425,6 +425,10 @@ ACP := $(BUILD_OUT_EXECUTABLES)/acp$(BUILD_EXECUTABLE_SUFFIX)
# dx is java behind a shell script; no .exe necessary.
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
+
FINDBUGS_DIR := external/owasp/sanitizer/tools/findbugs/bin
FINDBUGS := $(FINDBUGS_DIR)/findbugs
EMMA_JAR := external/emma/lib/emma$(COMMON_JAVA_PACKAGE_SUFFIX)