Merge "Define toolbox.recovery" into main
This commit is contained in:
commit
e74001be6f
1 changed files with 7 additions and 1 deletions
|
|
@ -68,10 +68,16 @@ cc_defaults {
|
|||
cc_binary {
|
||||
name: "toolbox",
|
||||
defaults: ["toolbox_binary_defaults"],
|
||||
recovery_available: true,
|
||||
vendor_ramdisk_available: true,
|
||||
}
|
||||
|
||||
cc_binary {
|
||||
name: "toolbox.recovery",
|
||||
defaults: ["toolbox_binary_defaults"],
|
||||
recovery: true,
|
||||
stem: "toolbox",
|
||||
}
|
||||
|
||||
cc_binary {
|
||||
name: "toolbox_vendor",
|
||||
stem: "toolbox",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue