github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/soong/cc/libbuildversion/Android.bp (about)

     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  }