Revert "soong_zip: support globs in -f and -D arguments"
This reverts commit08e28abc4e
. Reason for revert: inserts extra ../../ entries in the zip file. Bug: 116737386 Change-Id: I048f94889a66fe618058e37a5827d0cf6b1a6b68 (cherry picked from commit7f33b81ef6
)
This commit is contained in:
@@ -199,11 +199,6 @@ func main() {
|
||||
|
||||
flags.Parse(expandedArgs[1:])
|
||||
|
||||
if flags.NArg() > 0 {
|
||||
fmt.Fprintf(os.Stderr, "unexpected arguments %s\n", strings.Join(flags.Args(), " "))
|
||||
usage()
|
||||
}
|
||||
|
||||
err := zip.Run(zip.ZipArgs{
|
||||
FileArgs: fArgs,
|
||||
OutputFilePath: *out,
|
||||
|
Reference in New Issue
Block a user