summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jon Mann <jonmann@google.com> 2017-03-20 12:08:33 -0700
committer Jon Mann <jonmann@google.com> 2017-03-20 12:08:37 -0700
commitc90398b61f9618d5d2f90c5d38f30909aeebeee1 (patch)
tree0e5ba98e5f1fd7c78a17b83f41799927e48bed5d
parent1e83b386dd46cde4df56d565e9729d9e8a97d27f (diff)
DO NOT MERGE: Fixed build error
Caused by adding compatibility suite to test project build. Test: N/A Bug: 35882476 Change-Id: I7e65024f37966f193baf5e4b46dfc0575006039c
-rw-r--r--tests/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index e787d63d3..307450048 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -18,6 +18,5 @@ LOCAL_JARJAR_RULES := $(LOCAL_PATH)/jarjar-rules.txt
LOCAL_PACKAGE_NAME := DocumentsUITests
LOCAL_INSTRUMENTATION_FOR := DocumentsUI
LOCAL_CERTIFICATE := platform
-LOCAL_COMPATIBILITY_SUITE := device-tests
include $(BUILD_PACKAGE)