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

Commit e745567c authored by Fabien Sanglard's avatar Fabien Sanglard
Browse files

Fix FrameworksWifiApiTests

Broken by ag/21323108

Test: Treehugger
Bug: 274695796
Change-Id: Ib852fc33ba1b9ce8eebd23edc4b126c1849435e1
parent 78c64553
Loading
Loading
Loading
Loading
+32 −0
Original line number Diff line number Diff line
//
// Copyright (C) 2023 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//      http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//

java_test_host {
    name: "frameworks-base-ddm-unittests",
    srcs: [
        "java/android/os/DdmSyncStateTest.java",
        ":framework-android-os-unit-testable-src",
    ],
    static_libs: [
        "junit",
    ],
    test_options: {
        unit_test: true,
    },
    test_suites: [
        "cts",
    ],
}
+0 −14
Original line number Diff line number Diff line
@@ -41,17 +41,3 @@ java_library {
        "mockito-target-extended-minus-junit4",
    ],
}

java_test_host {
    name: "frameworks-base-android-os-unittests",
    srcs: [
        ":framework-android-os-unit-testable-src",
        "java/android/os/test/DdmSyncStateTest.java",
    ],
    static_libs: [
        "junit",
    ],
    test_options: {
        unit_test: true,
    },
}