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

Commit abccb368 authored by Fabien Sanglard's avatar Fabien Sanglard Committed by Android (Google) Code Review
Browse files

Merge "Fix FrameworksWifiApiTests"

parents 784e2cbe e745567c
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,
    },
}