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

Commit 837d60f4 authored by Dimitry Ivanov's avatar Dimitry Ivanov Committed by Android (Google) Code Review
Browse files

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

parents 7214d224 f22789ed
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