add macro CFIG_NO_FIX_STAT to disable fix_stat() for mkbootfs
just in case some geeks do not want the "fix stat" behavior of Android cpio, a.k.a mkbootfs. Test: original attributes: drw------- 2 yu yu 4.0K 2017-04-11 16:43 T1 drwxrwxrwx 2 yu yu 4.0K 2017-04-11 16:43 T2 generated boot image w/ fix_stat(): drwxr-xr-x 2 root root 0 1969-12-31 18:00 T1 drwxr-xr-x 2 root root 0 1969-12-31 18:00 T2 define CFIG_NO_FIX_STAT and disable fix_stat(): drw------- 2 root root 0 1969-12-31 18:00 T1 drwxrwxrwx 2 root root 0 1969-12-31 18:00 T2pull/9/head
parent
094252e583
commit
24499bb9a5
Loading…
Reference in New Issue