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

Commit 1100edb8 authored by Benoit Lamarche's avatar Benoit Lamarche Committed by Android (Google) Code Review
Browse files

Merge "Set jack.assert.policy value to 'always'" into nyc-dev

parents 4691e24d 2a6b5c63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ LOCAL_JACK_FLAGS := \

# Only enable asserts on userdebug/eng builds
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
LOCAL_JACK_FLAGS += -D jack.assert.policy=enable
LOCAL_JACK_FLAGS += -D jack.assert.policy=always
endif

LOCAL_PACKAGE_NAME := DocumentsUI
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ LOCAL_PROGUARD_FLAG_FILES := proguard.flags

# Only enable asserts on userdebug/eng builds
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
LOCAL_JACK_FLAGS += -D jack.assert.policy=enable
LOCAL_JACK_FLAGS += -D jack.assert.policy=always
endif

include $(BUILD_PACKAGE)