浏览代码

Update Android port README.md with ABI doc

Natanael Rabello 4 年之前
父节点
当前提交
813f171493
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      port/AndroidJNI/README.md

+ 4 - 0
port/AndroidJNI/README.md

@@ -14,6 +14,10 @@ To use this module please provide following cmake defines:
 
 "SOME_PATH" is a path to your cmake android toolchain script.
 
+
+The build script for this port is based on [android-cmake](https://github.com/taka-no-me/android-cmake).  
+See its documentation for more Android-specific cmake options (e.g. -DANDROID_ABI for the target ABI).
+
 ### Code ###
 A small example how to wrap assimp for Android:
 ```cpp