Add options for dynamic linker developer warnings
Add bionic options that enable developer warnings for beta/preview builds. Bug: http://b/27365747 Change-Id: Ifc2ab706975558824522da5eece186e1660969ad
This commit is contained in:
parent
4773d29ab7
commit
f22789edd0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue