Home | History | Annotate | Download | only in libbuildversion
      1 cc_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 }
     13