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

Commit 1d3bf637 authored by David Brazdil's avatar David Brazdil Committed by android-build-merger
Browse files

Merge "Remove 'ro.art.hiddenapi.warning' system property" am: 67828c20 am: 1d7defd6

am: e8368929

Change-Id: I152205be72844cbbb78f15574c8509012378abde
parents 70ae4ffe e8368929
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -221,13 +221,11 @@ include build/make/core/pdk_config.mk
# Enable dynamic linker and hidden API developer warnings for
# userdebug, eng and non-REL builds
ifneq ($(TARGET_BUILD_VARIANT),user)
  ADDITIONAL_BUILD_PROPERTIES += ro.bionic.ld.warning=1 \
                                 ro.art.hiddenapi.warning=1
  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 \
                                 ro.art.hiddenapi.warning=1
  ADDITIONAL_BUILD_PROPERTIES += ro.bionic.ld.warning=1
endif
endif