xref: /aosp_15_r20/external/emboss/.bazelrc (revision 99e0aae7469b87d12f0ad23e61142c2d74c1ef70)
1# Emboss doesn't (yet) support bzlmod.
2common --noenable_bzlmod
3# Emboss (at least notionally) supports C++11 until (at least) 2027.  However,
4# Googletest requires C++14, which means that all of the Emboss unit tests
5# require C++14 to run.
6#
7# TODO(bolms): Find and port to a C++11-compatible unit test framework.
8build --copt=-std=c++14
9