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

Commit 44ed2bc5 authored by Dimitry Ivanov's avatar Dimitry Ivanov Committed by android-build-merger
Browse files

Enable linker warning toast for userdebug/eng builds am: 7caea141

am: a7955c28

Change-Id: Ia2c0ce8428feb6a3e024f9b78ee6c261bd63d637
parents fdc2bc0d a7955c28
Loading
Loading
Loading
Loading
+7 −2
Original line number Original line Diff line number Diff line
@@ -187,11 +187,16 @@ include build/core/pdk_config.mk


#
#
# -----------------------------------------------------------------
# -----------------------------------------------------------------
# Enable dynamic linker developer warnings for all builds except
# Enable dynamic linker developer warnings for userdebug, eng
# final release.
# and non-REL builds
ifneq ($(TARGET_BUILD_VARIANT),user)
  ADDITIONAL_BUILD_PROPERTIES += ro.bionic.ld.warning=1
else
# Enable it for user builds as long as they are not final.
ifneq ($(PLATFORM_VERSION_CODENAME),REL)
ifneq ($(PLATFORM_VERSION_CODENAME),REL)
  ADDITIONAL_BUILD_PROPERTIES += ro.bionic.ld.warning=1
  ADDITIONAL_BUILD_PROPERTIES += ro.bionic.ld.warning=1
endif
endif
endif


ADDITIONAL_BUILD_PROPERTIES += ro.treble.enabled=${PRODUCT_FULL_TREBLE}
ADDITIONAL_BUILD_PROPERTIES += ro.treble.enabled=${PRODUCT_FULL_TREBLE}