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

Commit 7bdde125 authored by David Brazdil's avatar David Brazdil
Browse files

Remove 'ro.art.hiddenapi.warning' system property

Toasts/dialog have been removed, so this is now unused.

Test: m, phone boots
Change-Id: Ia0c443a2561f276514337365a7b7d991fd5183a8
parent 0764d72f
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