mirror of
https://github.com/openharmony/third_party_tinyalsa.git
synced 2026-07-01 20:14:06 -04:00
8 lines
190 B
Python
8 lines
190 B
Python
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
|
|
|
|
git_repository(
|
|
name = "googletest",
|
|
remote = "https://github.com/google/googletest",
|
|
branch = "master",
|
|
)
|