diff options
author | Brian Carlstrom <bdc@google.com> | 2014-08-28 17:16:11 -0700 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2014-08-28 17:16:11 -0700 |
commit | 91b9d01b6ba2d3ea37928febce67d13c005a2336 (patch) | |
tree | 63fbe3e6eb2a43dc35c3953f83d92bafb8fbe4b4 /core/dex_preopt_libart_boot.mk | |
parent | 71deb204d1f531f046cee185363b8f8b1ec2ca1d (diff) | |
download | build-91b9d01b6ba2d3ea37928febce67d13c005a2336.zip build-91b9d01b6ba2d3ea37928febce67d13c005a2336.tar.gz build-91b9d01b6ba2d3ea37928febce67d13c005a2336.tar.bz2 |
Add --no-include-debug-symbols to avoid bloat in user builds
Bug: 16938924
Change-Id: I9f580d74bc5607483fc1193c2db56f0d27b44347
Diffstat (limited to 'core/dex_preopt_libart_boot.mk')
-rw-r--r-- | core/dex_preopt_libart_boot.mk | 2 |
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 |