From 813f1714935f71696e8d6d8d1b398192c3c44c33 Mon Sep 17 00:00:00 2001 From: Natanael Rabello Date: Mon, 16 Nov 2020 21:39:59 -0300 Subject: [PATCH] Update Android port README.md with ABI doc --- port/AndroidJNI/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/port/AndroidJNI/README.md b/port/AndroidJNI/README.md index 0b95efd04..336ed8782 100644 --- a/port/AndroidJNI/README.md +++ b/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