summaryrefslogtreecommitdiffstats
path: root/core/config.mk
diff options
context:
space:
mode:
authorDmitriy Ivanov <dimitry@google.com>2015-04-20 12:06:37 -0700
committerDmitriy Ivanov <dimitry@google.com>2015-04-20 12:24:12 -0700
commit4eb120b999032601d93c1d381d9cf883dc67ed90 (patch)
tree16d33ee5f3e000f55572ba4b5190b760cc5e78db /core/config.mk
parent69b20474d578ea6313570c29526fc0854a920946 (diff)
downloadbuild-4eb120b999032601d93c1d381d9cf883dc67ed90.zip
build-4eb120b999032601d93c1d381d9cf883dc67ed90.tar.gz
build-4eb120b999032601d93c1d381d9cf883dc67ed90.tar.bz2
Remove unsupported *_COMPRESS_MODULE_SYMBOLS
Change-Id: Ibb7da2997a0bb5b9f435213c9d3206bc4aad18db
Diffstat (limited to 'core/config.mk')
-rw-r--r--core/config.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/config.mk b/core/config.mk
index 0b76b53..60ea592 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -131,9 +131,6 @@ COMMON_ANDROID_PACKAGE_SUFFIX := .apk
# list of flags to turn specific warnings in to errors
TARGET_ERROR_FLAGS := -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point
-# TODO: do symbol compression
-TARGET_COMPRESS_MODULE_SYMBOLS := false
-
# ###############################################################
# Include sub-configuration files
# ###############################################################