platform_build_soong/cmd/zipsync
Jaewoong Jung a86983dc7a Use 0777 instead of FileInfo() for dirs.
Golang's FileInfo() implementation recognizes FAT filesystem directories
correctly, but doesn't actually add executable bits, which essentially
makes them inaccessible. Use 0777 when we know we're dealing with
directories.

(This is a cherry-pick change.)

Fixes: 153207404
Test: manually tested with an aar file with FAT permission bits.
Change-Id: Ie9f5320bc44d24b2f9d54d4036bb1747456655bb
Merged-In: Ie9f5320bc44d24b2f9d54d4036bb1747456655bb
2020-04-06 10:41:40 -07:00
..
Android.bp Replace extract-srcjars.sh with zipsync tool 2018-03-15 16:42:43 -07:00
zipsync.go Use 0777 instead of FileInfo() for dirs. 2020-04-06 10:41:40 -07:00