Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4331e35 authored by Brian Carlstrom's avatar Brian Carlstrom
Browse files

Add --no-include-debug-symbols to avoid bloat in user builds

Bug: 16938924

(cherry picked from commit 91b9d01b)

Change-Id: I0b744e0aaacc11fe8983f22f56ffc546a07ae764
parent 8078df97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,5 +91,5 @@ $(hide) $(DEX2OATD) \
	--android-root=$(PRODUCT_OUT)/system \
	--instruction-set=$($(PRIVATE_2ND_ARCH_VAR_PREFIX)DEX2OAT_TARGET_ARCH) \
	--instruction-set-features=$($(PRIVATE_2ND_ARCH_VAR_PREFIX)DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES) \
	--include-patch-information --runtime-arg -Xnorelocate
	--include-patch-information --runtime-arg -Xnorelocate --no-include-debug-symbols
endef
+1 −1
Original line number Diff line number Diff line
@@ -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