blob: cf1bf41dd91802e4d11bf52b215ad3c9ff4c5e2b [file] [log] [blame]
// Copyright (C) 2025 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.
// When using this library, you also need to include these two jni libs:
// ["libdexmakerjvmtiagent", "libstaticjvmtiagent"]
java_library {
name: "bluetooth-common-java-tests",
srcs: [
"FlagsWrapper.kt",
"MockitoRule.kt",
"StaticMockitoRule.kt",
],
static_libs: [
"flag-junit",
"mockito-kotlin2",
"mockito-target-extended",
],
sdk_version: "module_current",
min_sdk_version: "36",
target_sdk_version: "current",
}