summaryrefslogtreecommitdiffstats
path: root/core/config.mk
diff options
context:
space:
mode:
authorDimitry Ivanov <dimitry@google.com>2015-04-23 04:22:33 +0000
committerDimitry Ivanov <dimitry@google.com>2015-04-23 04:22:33 +0000
commit1eca10fa9d3bce9a62ae882c995052974db7b3c3 (patch)
treebfbef8265a8392b95ca420401b80127ce9a62d1f /core/config.mk
parente7a1b8a0c6d5f56e415345a0aceef3afe5ff5eff (diff)
downloadbuild-1eca10fa9d3bce9a62ae882c995052974db7b3c3.zip
build-1eca10fa9d3bce9a62ae882c995052974db7b3c3.tar.gz
build-1eca10fa9d3bce9a62ae882c995052974db7b3c3.tar.bz2
Revert "Pack relocation tables for all dynamic executables"
This reverts commit e7a1b8a0c6d5f56e415345a0aceef3afe5ff5eff. Change-Id: I1a2185e1c68d364941e3b3e525a8c4a7a42e0cc1
Diffstat (limited to 'core/config.mk')
-rw-r--r--core/config.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/config.mk b/core/config.mk
index 83295d9..60ea592 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -425,10 +425,6 @@ 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)