# Copyright 2023 The Chromium Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import("//build/config/android/rules.gni") android_library("buildcompat_java") { visibility = [ ":*", "//third_party/androidx:*", ] sources = [ "java/androidx/core/os/BuildCompat.kt" ] deps = [ "//third_party/androidx:androidx_annotation_annotation_experimental_java", "//third_party/androidx:androidx_annotation_annotation_jvm_java", "//third_party/kotlin_stdlib:kotlin_stdlib_java", ] }