platform_build_soong/linkerconfig/proto/Android.bp

29 lines
531 B
Text
Raw Normal View History

cc_library_static {
name: "lib_linker_config_proto_lite",
host_supported: true,
recovery_available: true,
proto: {
export_proto_headers: true,
type: "lite",
},
srcs: ["linker_config.proto"],
}
python_library_host {
name: "linker_config_proto",
version: {
py2: {
enabled: false,
},
py3: {
enabled: true,
},
},
srcs: [
"linker_config.proto",
],
proto: {
canonical_path_from_root: false,
},
}