About the usage of files with a .BUILD suffix in Bazel -


recently, i'm studying bazel following tutorial in http://www.bazel.io/docs/tutorial. have known usage of build files, i'm still confused usage of files having .build suffix, e.g. when involved in building process, syntax , differences between them , build files (though similar). since cannot find documents introducing ".build" files either on above link or googling, explain usage of ".build" files me, or provide me references? in advance!

the documentation bazel concepts @ http://www.bazel.io/docs/build-ref.html , part on build files @ http://www.bazel.io/docs/build-ref.html#build_files


Comments

Popular posts from this blog

c# - Class in a list -

mysql - Django database model for my website -

ios - How to run a segue on itself OR another viewController -