Commit Graph

7 Commits

Author SHA1 Message Date
David Dunleavy
994febe935 Add .bazel suffix to some third_party files
PiperOrigin-RevId: 734359305
2025-03-06 18:29:15 -08:00
TensorFlower Gardener
adcfd3f69c Merge pull request #61809 from terryheo:use-ndk-r26
PiperOrigin-RevId: 565170354
2023-09-13 15:19:18 -07:00
Terry Heo
0caae80adf Update build rules to use Starlark-based repository rule 2023-09-07 10:59:08 -07:00
Sergey Mironov
2ca38ec0b4 Change android.bzl indentation to 2 2019-10-30 12:34:05 +03:00
Douman
af35e49be8 Do not make invalid config with only NDK/SDK configured 2019-08-23 09:54:25 +02:00
A. Unique TensorFlower
a0b0a50328 Formatting BUILD and bzl files.
PiperOrigin-RevId: 234543907
2019-02-18 22:24:09 -08:00
Michael Case
5105350be9 Moves generated android_sdk() and android_ndk() repo rules out of WORKSPACE.
These rules currently get written by configure.py script to WORKSPACE
file which is not ideal since (1) WORKSPACE file is tracked by git and
(2) we require users to manually delete the rules in order to
update/regenerate them.

Moving these rules into an external repo that is generated based on
several ENV variables set by the configure.py script. Modifying any
of these ENV variables will cause the rules to be updated.

PiperOrigin-RevId: 199388460
2018-06-05 17:50:28 -07:00