summaryrefslogtreecommitdiff
path: root/tests/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Android.bp')
-rw-r--r--tests/Android.bp10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index 034209f..70d73ee 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -58,13 +58,3 @@ java_test_host {
test_config: "dsu-test.xml",
test_suites: ["general-tests"],
}
-
-android_test {
- name: "LockScreenAutomation",
- srcs: ["LockScreenAutomation.java"],
- libs: ["junit", "android.test.base.stubs"],
- static_libs: ["androidx.test.uiautomator"],
- certificate: "platform",
- manifest: "AndroidManifest.xml",
- test_suites: ["general-tests"],
-}