platform_build_soong/cmd/zipsync
Jaewoong Jung 4f5edfc43c 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.

Fixes: 153207404
Test: manually tested with an aar file with FAT permission bits.
Change-Id: Ie9f5320bc44d24b2f9d54d4036bb1747456655bb
2020-04-03 19:00:53 -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-03 19:00:53 -07:00