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

Commit f22789ed authored by Dimitry Ivanov's avatar Dimitry Ivanov
Browse files

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
parent 4773d29a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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