@@ -19,8 +19,6 @@ module(
1919
2020git_repository = use_repo_rule ("@bazel_tools//tools/build_defs/repo:git.bzl" ,"git_repository" )
2121
22- http_archive = use_repo_rule ("@bazel_tools//tools/build_defs/repo:http.bzl" ,"http_archive" )
23-
2422#################################################################################
2523## Toolchain setup
2624#################################################################################
@@ -75,13 +73,10 @@ bazel_dep(name = "protobuf", version = "31.1")
7573bazel_dep (name = "rules_android" ,version = "0.6.0" )
7674bazel_dep (name = "rules_jni" ,version = "0.10.1" )
7775
78- SKIA_COMMIT = "515a23f3cbe1e2f54ffa6821e6da6f4891763f47"
79-
80- http_archive (
76+ git_repository (
8177name = "skia" ,
82- integrity = "sha256-xOKsNeZapFKLRPuo8N+s3mWSUqRfWxIzWZnxnNB4kMM=" ,
83- strip_prefix = "skia-" + SKIA_COMMIT ,
84- url = "https://github.com/google/skia/archive/" + SKIA_COMMIT + ".zip" ,
78+ commit = "515a23f3cbe1e2f54ffa6821e6da6f4891763f47" ,
79+ remote = "https://github.com/google/skia.git" ,
8580)
8681
8782# Skia configuration