Merge "Remove ro.bionic.ld.warning."

am: bda45088a2

Change-Id: I9530d366890cea5e805be76bd30eff2a38b4d87c
This commit is contained in:
Elliott Hughes 2019-10-03 13:44:20 -07:00 committed by android-build-merger
commit 86ca29ee67

View file

@ -193,17 +193,7 @@ TARGET_BUILD_JAVA_SUPPORT_LEVEL := platform
# The pdk (Platform Development Kit) build
include build/make/core/pdk_config.mk
#
# -----------------------------------------------------------------
# Enable dynamic linker warnings for userdebug, eng 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)
ADDITIONAL_BUILD_PROPERTIES += ro.bionic.ld.warning=1
endif
endif
ADDITIONAL_BUILD_PROPERTIES += ro.treble.enabled=${PRODUCT_FULL_TREBLE}