aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Han <kevhan@google.com>2023-12-06 00:18:45 +0000
committerKevin Han <kevhan@google.com>2023-12-06 00:21:23 +0000
commit883d8a4beeb3a511d913fce23b91961c4508f8f0 (patch)
treeff4a1a03950d4869925c5051ab65f5b83ff92dcf
parentccc3f78c3118a9782aa909486737facfef6fa6e8 (diff)
downloadrobolectric-883d8a4beeb3a511d913fce23b91961c4508f8f0.tar.gz
Add DeviceLock server unit tests to robolectric visibility
Add the DeviceLock server side unit tests to the list of packages that can use robolectric. Bug: 312521897 Test: atest DeviceLockUnitTests (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:ba5d2099abda78c8201e281547520dc1856c83c5) Change-Id: I8500c2334a4cec950fbd3f83064b4f451cd5c79b
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0b591e60c..daaf88609 100644
--- a/Android.bp
+++ b/Android.bp
@@ -195,6 +195,7 @@ java_host_for_device {
"//packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/snippet_helper/tests:__pkg__",
"//packages/modules/Connectivity/nearby/tests/robotests:__pkg__",
"//packages/modules/DeviceLock/DeviceLockController/tests/robolectric:__pkg__",
+ "//packages/modules/DeviceLock/tests/unittests:__pkg__",
"//packages/services/Car/tests/CarLibTests:__pkg__",
"//packages/services/Mms/tests/robotests:__pkg__",
"//packages/apps/QuickAccessWallet/tests/robolectric:__pkg__",