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

Commit 581ea19a authored by Zhi Dou's avatar Zhi Dou
Browse files

set sdk_version for ServiceBluetoothRoboTests

Set sdk_version for ServiceBluetoothRoboTests. If the
sdk_version is empty the target will be built against private apis of
framework jars. This change sets the proper api scope.

Bug: 336654335
Test: atest ServiceBluetoothRoboTests
Change-Id: Iff4b69ef17302e22c8bb7a6949c5eb2ff7c60053
parent b6a30e16
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -191,11 +191,13 @@ android_robolectric_test {
        "kotlinx_coroutines",
        "kotlinx_coroutines_test",
        "mockito-robolectric-prebuilt",
        "modules-utils-expresslog",
        "platform-test-annotations",
        "testng",
        "truth",
    ],

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