aboutsummaryrefslogtreecommitdiff
path: root/src/deps/skia/include/android/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'src/deps/skia/include/android/BUILD.bazel')
-rw-r--r--src/deps/skia/include/android/BUILD.bazel24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/deps/skia/include/android/BUILD.bazel b/src/deps/skia/include/android/BUILD.bazel
new file mode 100644
index 000000000..0ee0f5aa7
--- /dev/null
+++ b/src/deps/skia/include/android/BUILD.bazel
@@ -0,0 +1,24 @@
+load("//bazel:macros.bzl", "generated_cc_atom")
+
+generated_cc_atom(
+ name = "SkAndroidFrameworkUtils_hdr",
+ hdrs = ["SkAndroidFrameworkUtils.h"],
+ visibility = ["//:__subpackages__"],
+ deps = [
+ "//include/core:SkRefCnt_hdr",
+ "//include/core:SkTypes_hdr",
+ ],
+)
+
+generated_cc_atom(
+ name = "SkAnimatedImage_hdr",
+ hdrs = ["SkAnimatedImage.h"],
+ visibility = ["//:__subpackages__"],
+ deps = [
+ "//include/codec:SkCodecAnimation_hdr",
+ "//include/core:SkBitmap_hdr",
+ "//include/core:SkDrawable_hdr",
+ "//include/core:SkMatrix_hdr",
+ "//include/core:SkRect_hdr",
+ ],
+)