We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 570cb40 commit ef991c7Copy full SHA for ef991c7
examples/simple-android/WORKSPACE.bzlmod
@@ -1,2 +1,6 @@
1
android_sdk_repository(name = "androidsdk")
2
-android_ndk_repository(name = "androidndk", api_level = 30)
+
3
+android_ndk_repository(
4
+ name = "androidndk",
5
+ api_level = 30,
6
+)
0 commit comments