Loading core/main.mk +7 −2 Original line number Diff line number Diff line Loading @@ -187,11 +187,16 @@ include build/core/pdk_config.mk # # ----------------------------------------------------------------- # Enable dynamic linker developer warnings for all builds except # final release. # Enable dynamic linker developer 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} Loading Loading
core/main.mk +7 −2 Original line number Diff line number Diff line Loading @@ -187,11 +187,16 @@ include build/core/pdk_config.mk # # ----------------------------------------------------------------- # Enable dynamic linker developer warnings for all builds except # final release. # Enable dynamic linker developer 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} Loading