Document usage, perform minor cleanups.

Test: treehugger
Bug: 173466220
Change-Id: I5aa09c2941c0eceb8ae635b9e613ad932d38aebb
This commit is contained in:
Sasha Smundak
2020-11-16 19:00:27 -08:00
parent bac4ee008b
commit 8eedba6184
3 changed files with 18 additions and 10 deletions

View File

@@ -12,6 +12,13 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// soong_zip is a utility used during the build to create a zip archive by pulling the entries from
// various sources:
// * explicitly specified files
// * files whose paths are read from a file
// * directories traversed recursively
// It can optionally change the recorded path of an entry.
package main
import (