commit | 1f82523a07150920bb66b97f782219c4c570c55c | [log] [tgz] |
---|---|---|
author | Aaron Holden <aaronholden@google.com> | Tue Sep 29 10:26:51 2015 -0700 |
committer | Aaron Holden <aaronholden@google.com> | Tue Sep 29 13:33:42 2015 -0700 |
tree | 93332a27f32d66695240dc7d42d8251960aa4992 | |
parent | 21047af6c5858a2e4758d793bf7dd35065fd5a7b [diff] [blame] |
Add Screen Lock check to CTS preconditions bug:23939594 Change-Id: If56ec646c27b3333cf719e9f01f955cf6a1aee21
diff --git a/tools/cts-preconditions/Android.mk b/tools/cts-preconditions/Android.mk index 72b9520..daf35f4 100644 --- a/tools/cts-preconditions/Android.mk +++ b/tools/cts-preconditions/Android.mk
@@ -25,7 +25,7 @@ LOCAL_PROGUARD_ENABLED := disabled -LOCAL_STATIC_JAVA_LIBRARIES := android-support-test +LOCAL_STATIC_JAVA_LIBRARIES := android-support-test compatibility-device-preconditions LOCAL_SRC_FILES := $(call all-java-files-under, src)