platform_build_soong/cmd/sbox
Dan Willemsen 633c502295 Support RuleBuilder.Sbox to wrap commands in sbox
This essentially allows you to declare that everything in a directory
will be created by the rule, and we'll ensure that your command actually
writes out all of the claimed outputs, and remove any other files that
previously existed in that directory.

Test: built-in tests
Change-Id: I990dce2b3a0d89ebd2736ac1a0cadfb5864c6e73
2019-04-15 14:52:05 -07:00
..
Android.bp Have Soong try to enforce that genrules declare all their outputs. 2017-06-09 17:57:18 +00:00
sbox.go Support RuleBuilder.Sbox to wrap commands in sbox 2019-04-15 14:52:05 -07:00