Commit e8ab3db99e13bcb330e91e0ca0265b60483a5e47

kevinlul 2020-07-07T22:29:05

p_chmod: Android compatibility Fix #5565 Pre-Android 5 did not implement a virtual filesystem atop FAT partitions for Unix permissions, which causes chmod to fail. However, Unix permissions have no effect on Android anyway as file permissions are not actually managed this way, so treating it as a no-op across all Android is safe.