Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32fa7bd3 authored by William Escande's avatar William Escande
Browse files

SystemServer: Move test to module_current

Bug: 311772251
Test: atest ServiceBluetoothRoboTests
Flag: Exempt TEST_ONLY
Change-Id: I6a388f4d5b7a1401a41f8fd4bfd0f56064cba895
parent ce28374b
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -198,7 +198,12 @@ android_robolectric_test {
        "truth",
    ],

    sdk_version: "test_current",
    libs: [
        "framework-bluetooth.stubs.module_lib",
        "framework-statsd.stubs.module_lib",
    ],

    sdk_version: "module_current",
    upstream: true,
    test_suites: ["general-tests"],
}