• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1cc_library_static {
2    name: "libbuildversion",
3    host_supported: true,
4    recovery_available: true,
5    srcs: ["libbuildversion.cpp"],
6    export_include_dirs: ["include"],
7    cflags: ["-fvisibility=hidden"],
8    target: {
9        windows: {
10            enabled: true,
11        },
12    },
13}
14