Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd6c7249

Browse files
sfreilichcopybara-github
authored andcommitted
Use git_repository for Skia for consistency
PiperOrigin-RevId: 772037329
1 parent4e6081a commitd6c7249

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

‎MODULE.bazel‎

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ module(
1919

2020
git_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")
7573
bazel_dep(name="rules_android",version="0.6.0")
7674
bazel_dep(name="rules_jni",version="0.10.1")
7775

78-
SKIA_COMMIT="515a23f3cbe1e2f54ffa6821e6da6f4891763f47"
79-
80-
http_archive(
76+
git_repository(
8177
name="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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp