mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2026-04-30 19:09:18 +08:00
Change-Id: Idf205997010a95f975dbd347e268e36c2072f797 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/7745020 Reviewed-by: Wan-Teh Chang <wtc@google.com> Reviewed-by: richard winterton <rrwinterton@gmail.com> Commit-Queue: Frank Barchard <fbarchard@chromium.org>
15 lines
420 B
Python
15 lines
420 B
Python
workspace(name = "libyuv")
|
|
|
|
android_sdk_repository(
|
|
name = "androidsdk",
|
|
# Bazel will automatically use the ANDROID_HOME environment variable.
|
|
)
|
|
|
|
android_ndk_repository(
|
|
name = "androidndk",
|
|
# Bazel will automatically use the ANDROID_NDK_HOME environment variable.
|
|
)
|
|
|
|
# Optional: If you need to fetch specific dependencies (e.g., GoogleTest, libjpeg-turbo)
|
|
# you can define them here using http_archive.
|