Merge "Add options for dynamic linker developer warnings" into nyc-dev

This commit is contained in:
Dimitry Ivanov 2016-03-01 17:50:00 +00:00 committed by Android (Google) Code Review
commit 837d60f49a
1 changed files with 8 additions and 0 deletions

View File

@ -341,6 +341,14 @@ include build/core/pdk_config.mk
# Jacoco package name for Jack
-include $(TOPDIR)external/jacoco/config.mk
#
# -----------------------------------------------------------------
# Enable dynamic linker developer warnings for all builds except
# final release.
ifneq ($(PLATFORM_VERSION_CODENAME),REL)
ADDITIONAL_BUILD_PROPERTIES += ro.bionic.ld.warning=1
endif
# -----------------------------------------------------------------
###
### In this section we set up the things that are different