[APP] Android RPC (#359)
* [APP] Android RPC first version * [APP] Android RPC build jni automatically * [APP] Android OpenCL RPC tested on real devices * [APP] optimize android app interface. add ndk compile tool * add ndk compile tool * [APP] fix android app thread crash; add android test script * [APP] android app - show alert dialog and disconnect when error occurs * fix ndk build script code lint * fix ndk build default argument * ndk script build remove shell=True. disable android app screen orientation
Showing
apps/android_rpc/.gitignore
0 → 100644
apps/android_rpc/app/.gitignore
0 → 100644
apps/android_rpc/app/build.gradle
0 → 100644
apps/android_rpc/app/src/main/jni/Android.mk
0 → 100644
apps/android_rpc/app/src/main/jni/build.sh
0 → 100755
apps/android_rpc/build.gradle
0 → 100644
apps/android_rpc/dev_tools/gen_keystore.sh
0 → 100755
apps/android_rpc/dev_tools/sign_apk.sh
0 → 100755
File added
apps/android_rpc/gradlew
0 → 100755
apps/android_rpc/gradlew.bat
0 → 100644
apps/android_rpc/settings.gradle
0 → 100644
apps/android_rpc/tests/android_rpc_test.py
0 → 100644
This diff is collapsed.
Click to expand it.
python/tvm/contrib/ndk.py
0 → 100644
Please
register
or
sign in
to comment