]> git.cworth.org Git - apitrace/blobdiff - INSTALL.markdown
Use skiplist-based FastCallSet within trace::CallSet
[apitrace] / INSTALL.markdown
index 2228bdff860368cdf72203e97f0b62a54683b736..ed965b104333c349ed45f1c4228f7e4d9bd5f235 100644 (file)
@@ -70,6 +70,10 @@ Build as:
     cmake -DCMAKE_TOOLCHAIN_FILE=cmake/toolchain/android.toolchain.cmake -DANDROID_API_LEVEL=9 -H. -Bbuild
     make -C build
 
+You can also choose a particular ABI by passing `ANDROID_ABI` variable to
+cmake, e.g., `-DANDROID_ABI=x86`.
+
+
 Windows
 -------