blob: 5bbb91d9c21d698aecbbf6202f1aac7b9f19022f [file] [log] [blame]
# 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")
# Target contains no-op implementations of androidx.window symbols needed by internal chrome.
# See b/301417565 and https://crbug.com/1415351
android_library("androidx_window_shims_java") {
visibility = [
":*",
"//third_party/androidx:*",
]
sources = [
"java/androidx/window/java/layout/WindowInfoTrackerCallbackAdapter.java",
"java/androidx/window/layout/DisplayFeature.java",
"java/androidx/window/layout/FoldingFeature.java",
"java/androidx/window/layout/WindowInfoTracker.java",
"java/androidx/window/layout/WindowLayoutInfo.java",
]
deps = [
"//third_party/androidx:androidx_annotation_annotation_jvm_java",
"//third_party/androidx:androidx_core_core_java",
]
}