blob: f3361ea27825161a683eb66643ef965ef5f23fe6 [file] [log] [blame]
load("//bazel:skia_rules.bzl", "exports_files_legacy", "skia_filegroup")
package(
default_applicable_licenses = ["//:license"],
)
licenses(["notice"])
exports_files_legacy()
skia_filegroup(
name = "shared_android_srcs",
srcs = ["AHardwareBufferUtils.cpp"],
visibility = ["//src/gpu:__pkg__"],
)