So that we don't get surprise usages. Bug: 348717861 Test: m nothing Change-Id: I47319a727092c1bd936cca88f5713ee977a48b48
25 lines
563 B
Plaintext
25 lines
563 B
Plaintext
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
cc_library_static {
|
|
name: "libbuildversion",
|
|
host_supported: true,
|
|
recovery_available: true,
|
|
srcs: ["libbuildversion.cpp"],
|
|
export_include_dirs: ["include"],
|
|
cflags: ["-fvisibility=hidden"],
|
|
target: {
|
|
windows: {
|
|
enabled: true,
|
|
},
|
|
},
|
|
min_sdk_version: "26",
|
|
apex_available: [
|
|
"//apex_available:platform",
|
|
"//apex_available:anyapex",
|
|
],
|
|
vendor_available: true,
|
|
visibility: ["//visibility:public"],
|
|
}
|