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

Commit 26ef8c0f authored by Delphine Martin's avatar Delphine Martin Committed by android-build-merger
Browse files

Merge "Set jack.assert.policy value to \'always\'" into nyc-mr1-dev-plus-aosp

am: 13daf558

* commit '13daf558':
  Set jack.assert.policy value to 'always'

Change-Id: I3e9e8c620a4a4478186bca5a6e445bc4e62b96e4
parents 1d7e109a 13daf558
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)