summaryrefslogtreecommitdiffstats
path: root/core/dex_preopt_libart_boot.mk
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2014-08-28 17:16:11 -0700
committerBrian Carlstrom <bdc@google.com>2014-08-28 18:10:42 -0700
commita4331e35b626b1e17724d93c1a7314fd2d14c7c7 (patch)
treeb96a9b2cd15acc86b21a461b15353fa76fc306cc /core/dex_preopt_libart_boot.mk
parent8078df9755fc0942feae8ac10a4965c5de4968a8 (diff)
downloadbuild-a4331e35b626b1e17724d93c1a7314fd2d14c7c7.zip
build-a4331e35b626b1e17724d93c1a7314fd2d14c7c7.tar.gz
build-a4331e35b626b1e17724d93c1a7314fd2d14c7c7.tar.bz2
Add --no-include-debug-symbols to avoid bloat in user builds
Bug: 16938924 (cherry picked from commit 91b9d01b6ba2d3ea37928febce67d13c005a2336) Change-Id: I0b744e0aaacc11fe8983f22f56ffc546a07ae764
Diffstat (limited to 'core/dex_preopt_libart_boot.mk')
-rw-r--r--core/dex_preopt_libart_boot.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dex_preopt_libart_boot.mk b/core/dex_preopt_libart_boot.mk
index 5390a36..fe4c5a4 100644
--- a/core/dex_preopt_libart_boot.mk
+++ b/core/dex_preopt_libart_boot.mk
@@ -53,4 +53,4 @@ $($(my_2nd_arch_prefix)DEFAULT_DEX_PREOPT_BUILT_IMAGE_FILENAME) : $(LIBART_TARGE
--image=$@ --base=$(LIBART_IMG_TARGET_BASE_ADDRESS) \
--instruction-set=$($(PRIVATE_2ND_ARCH_VAR_PREFIX)DEX2OAT_TARGET_ARCH) \
--instruction-set-features=$($(PRIVATE_2ND_ARCH_VAR_PREFIX)DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES) \
- --android-root=$(PRODUCT_OUT)/system --include-patch-information --runtime-arg -Xnorelocate
+ --android-root=$(PRODUCT_OUT)/system --include-patch-information --runtime-arg -Xnorelocate --no-include-debug-symbols