platform_build_soong/linkerconfig/proto/Android.bp
Krzysztof Kosiński ef8d6a68f4 Remove Python enables identical to global defaults.
Bug: 245854393
Test: presubmit
Change-Id: Ia99d3fc9f1626891d45c55d679f4d8a049f9e1e8
2022-09-18 01:30:19 +00:00

28 lines
574 B
Text

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
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"],
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
}
python_library_host {
name: "linker_config_proto",
srcs: [
"linker_config.proto",
],
proto: {
canonical_path_from_root: false,
},
}