aa8f2f65a030f71506277e2a8d64d83a099e9feb
The first line returned by awk is empty. In consequence, when fs_config computes its mode it will consider this line as a file (no trailing slash) and affect the default android_files mode which is 0644. The mode for the root directory should be the default android_dirs mode 0755. Add a special case in fs_config to consider empty line as a directory. Change-Id: I9f33f6fcf4be05c31914db898e65c92b0a611518 Signed-off-by: Gaelle Nassiet <gaellex.nassiet@intel.com>
Description
No description provided
Languages
Makefile
32.1%
Python
31.1%
Go
13.7%
Rust
7.7%
Java
5.2%
Other
10.1%