blob: fd563e6d5694be0ab8db00314111bdb47a06df4d [file] [log] [blame]
Colin Cross86803cf2018-02-15 14:12:26 -08001cc_library_static {
2 name: "libbuildversion",
3 host_supported: true,
4 srcs: ["libbuildversion.cpp"],
5 export_include_dirs: ["include"],
6 cflags: ["-fvisibility=hidden"],
7 target: {
8 windows: {
9 enabled: true,
10 },
11 },
12}