• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

system/core


Commit MetaInfo

Revisionfe89a4c423579531f3d9e9d39ea969b5dfac963b (tree)
Zeit2015-12-22 12:24:42
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

android_filesystem: enable houdini executables

Ändern Zusammenfassung

Diff

--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -256,7 +256,9 @@ static const struct fs_path_config android_files[] = {
256256 { 00750, AID_ROOT, AID_ROOT, 0, "system/bin/uncrypt" },
257257 { 00750, AID_ROOT, AID_ROOT, 0, "system/bin/install-recovery.sh" },
258258 { 00755, AID_ROOT, AID_SHELL, 0, "system/bin/*" },
259+ { 00755, AID_ROOT, AID_SHELL, 0, "system/lib/arm/houdini" },
259260 { 00755, AID_ROOT, AID_ROOT, 0, "system/lib/valgrind/*" },
261+ { 00755, AID_ROOT, AID_SHELL, 0, "system/lib64/arm64/houdini" },
260262 { 00755, AID_ROOT, AID_ROOT, 0, "system/lib64/valgrind/*" },
261263 { 00755, AID_ROOT, AID_SHELL, 0, "system/xbin/*" },
262264 { 00755, AID_ROOT, AID_SHELL, 0, "system/vendor/bin/*" },