diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2018-11-19 14:48:07 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2018-11-19 14:48:07 +0200 |
commit | fdd1793f316e9f7f69c15862a04ec05de59cb15e (patch) | |
tree | 882740697de6cc006338948ba27127968084cbc5 | |
parent | 934fe74bbbee9517134035a5c8ad9abb624e1ad6 (diff) |
update README
-rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -22,11 +22,12 @@ Other than x86 is currently untested and probably doesn't work. ## Running ```shell -./app my-x86-android-lib.so +./andre my-android-binary +./andre my-android-jni-lib.so +sh andre-apk.sh my-android-unity-app.apk ``` -But currently `app` assumes pretty much `libunity.so`, so it will probably -crash after returning from `JNI_OnLoad` :D. +`andre-apk.sh` currently assumes app that uses `libunity.so`. ## Notes about runtime libraries and porting @@ -86,8 +87,8 @@ out. Also helpful resource for this project. [libhybris](https://github.com/libhybris/libhybris) Very badly documented project, but I guess it has some overlap with this project? Seems to be -mainly aimed for using android GPU drivers on GNU/Linux and nothing else -really. +mainly aimed for using android GPU drivers on GNU/Linux. Also uses AOSP +linker, probably this is the resource apkenv used. ## Contributing |