blob: 825b920a0e35ad4f9ae95802677006057cb39b8f [file] [log] [blame]
Colin Cross86803cf2018-02-15 14:12:26 -08001cc_library_static {
2 name: "libbuildversion",
3 host_supported: true,
Jiyong Park6caa21a2018-05-24 14:14:08 +09004 recovery_available: true,
Colin Cross86803cf2018-02-15 14:12:26 -08005 srcs: ["libbuildversion.cpp"],
6 export_include_dirs: ["include"],
7 cflags: ["-fvisibility=hidden"],
8 target: {
9 windows: {
10 enabled: true,
11 },
12 },
13}