• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/corennnnn


Commit MetaInfo

Revision132940948d7a054cb48b64e9b67dcd44fcbb77d1 (tree)
Time2016-07-27 03:54:55
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterJaap Jan Meijer

Log Message

android_filesystem: enable houdini executables

Change Summary

Incremental Difference

--- a/libcutils/fs_config.c
+++ b/libcutils/fs_config.c
@@ -138,7 +138,9 @@ static const struct fs_path_config android_files[] = {
138138 { 00750, AID_ROOT, AID_ROOT, 0, "system/bin/install-recovery.sh" },
139139 { 00755, AID_ROOT, AID_SHELL, 0, "system/bin/*" },
140140 { 00755, AID_ROOT, AID_SHELL, 0, "system/etc/init.d/*" },
141+ { 00755, AID_ROOT, AID_SHELL, 0, "system/lib/arm/houdini" },
141142 { 00755, AID_ROOT, AID_ROOT, 0, "system/lib/valgrind/*" },
143+ { 00755, AID_ROOT, AID_SHELL, 0, "system/lib64/arm64/houdini64" },
142144 { 00755, AID_ROOT, AID_ROOT, 0, "system/lib64/valgrind/*" },
143145 { 00755, AID_ROOT, AID_SHELL, 0, "system/xbin/*" },
144146 { 00755, AID_ROOT, AID_SHELL, 0, "system/vendor/bin/*" },