platform_build_soong/apex
Jiyong Park 805cbc3ac2 Executables in APEXes have root:shell
Executables under /system/bin are configured as (uid:gid)=(root:shell)
by fs_config.cpp. Therefore, an executable that is moved/copied from
/system/bin to an APEX should be configured as such.

Test: adb shell ls -al /system/bin/linker
/apex/com.android.runtime/bin/linker shows
-rwxr-xr-x 1 root shell 1133528 1970-01-01 09:00 /apex/com.android.runtime/bin/linker
-rwxr-xr-x 1 root shell 1133528 1970-01-01 09:00 /system/bin/linker

Change-Id: Ibb698aab237362fed312da2af809cceead8a1092
2019-01-09 08:41:45 +09:00
..
apex.go Executables in APEXes have root:shell 2019-01-09 08:41:45 +09:00
apex_test.go Do not add _platform suffix to non-apex variation 2019-01-04 13:28:01 +08:00
key.go Add installable property to apex_key 2019-01-04 03:23:12 +09:00