From 787ac2ed38cd1b39b4c6fc59dac3b6aa44b8b4f0 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 2 Oct 2019 11:40:59 -0700 Subject: [PATCH] Remove ro.bionic.ld.warning. Bug: http://b/141754375 Test: treehugger Change-Id: I07c0d5424dde16e85bcd6d5639bc594ee8582b20 --- core/main.mk | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/core/main.mk b/core/main.mk index d2cc47b15..fa203ca23 100644 --- a/core/main.mk +++ b/core/main.mk @@ -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}