diff options
author | 2015-03-09 12:13:43 +0000 | |
---|---|---|
committer | 2015-03-09 12:13:43 +0000 | |
commit | 9728a930fdf717cca60b48d9c2b715d0eed497fd (patch) | |
tree | 169a7bf67d0431922896fe91db3f34a03b786ad7 /build/Android.common_test.mk | |
parent | bd648cd3aef1ce82aaaa85924b1178a7f499cc29 (diff) |
Revert "More Makefile fun for --debuggable."
This reverts commit bd648cd3aef1ce82aaaa85924b1178a7f499cc29.
Change-Id: I9be508730dc5c25b9d08f914c5628e88bc4aa15b
Diffstat (limited to 'build/Android.common_test.mk')
-rw-r--r-- | build/Android.common_test.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/Android.common_test.mk b/build/Android.common_test.mk index f436962bdc..547e92e7d3 100644 --- a/build/Android.common_test.mk +++ b/build/Android.common_test.mk @@ -100,9 +100,6 @@ ART_TEST_RUN_TEST_2ND_ARCH ?= true # Do you want failed tests to have their artifacts cleaned up? ART_TEST_RUN_TEST_ALWAYS_CLEAN ?= true -# Do you want run-tests with the --debug flag -ART_TEST_RUN_TEST_DEBUGGABLE ?= $(ART_TEST_FULL) - # Define the command run on test failure. $(1) is the name of the test. Executed by the shell. define ART_TEST_FAILED ( [ -f $(ART_HOST_TEST_DIR)/skipped/$(1) ] || \ |