Merge "toolbox: make "r" available for /vendor"

This commit is contained in:
Petri Gynther 2019-03-03 07:20:04 +00:00 committed by Gerrit Code Review
commit bc6372103a

View file

@ -59,6 +59,7 @@ cc_binary {
name: "r",
defaults: ["toolbox_defaults"],
srcs: ["r.c"],
vendor_available: true,
}
// We build BSD grep separately (but see http://b/111849261).