Merge "Set jack.assert.policy value to \'always\'" into nyc-dev
am: 1100edb83f
* commit '1100edb83fd8099609ffed9ea1290f95d15f7ca0':
Set jack.assert.policy value to 'always'
Change-Id: Ic8f3b6ae889a4e10a20d11ba6345a49920d9f364
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user