You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
578 B
23 lines
578 B
cc_prebuilt_binary {
|
|
name: "media-ctl",
|
|
allow_undefined_symbols: true,
|
|
proprietary: true,
|
|
recovery_available: true,
|
|
// These are already stripped, and restripping them just issues diagnostics.
|
|
strip: {
|
|
none: true,
|
|
},
|
|
srcs: ["etc/tools/media-ctl"],
|
|
}
|
|
cc_prebuilt_binary {
|
|
name: "v4l2-ctl",
|
|
allow_undefined_symbols: true,
|
|
proprietary: true,
|
|
recovery_available: true,
|
|
// These are already stripped, and restripping them just issues diagnostics.
|
|
strip: {
|
|
none: true,
|
|
},
|
|
srcs: ["etc/tools/v4l2-ctl"],
|
|
}
|