From 18ad4c79b78353ee7189de47381b27adcf188262 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Thu, 25 Aug 2016 14:25:57 -0700 Subject: [PATCH] android docs update --- docs/android_zt_sdk.md | 2 +- integrations/android/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/android_zt_sdk.md b/docs/android_zt_sdk.md index 7de05d3..b615abe 100644 --- a/docs/android_zt_sdk.md +++ b/docs/android_zt_sdk.md @@ -57,7 +57,7 @@ If you want to skip the following steps and just take a look at the project, go ``` **Step 4: Select build targets** - - Specify the target architectures you want to build in [Application.mk](android/java/jni/Application.mk). By default it will build `arm64-v8a`, `armeabi`, `armeabi-v7a`, `mips`, `mips64`, `x86`, and `x86_64`. For each architecture you wish to support a different shared library will need to be built. This is all taken care of automatically by the build script. + - Specify the target architectures you want to build in [Application.mk](android_jni_lib/java/jni/Application.mk). By default it will build `arm64-v8a`, `armeabi`, `armeabi-v7a`, `mips`, `mips64`, `x86`, and `x86_64`. For each architecture you wish to support a different shared library will need to be built. This is all taken care of automatically by the build script. **Step 4: Build Shared Library** - `make android_jni_lib` diff --git a/integrations/android/README.md b/integrations/android/README.md index 7de05d3..b615abe 100644 --- a/integrations/android/README.md +++ b/integrations/android/README.md @@ -57,7 +57,7 @@ If you want to skip the following steps and just take a look at the project, go ``` **Step 4: Select build targets** - - Specify the target architectures you want to build in [Application.mk](android/java/jni/Application.mk). By default it will build `arm64-v8a`, `armeabi`, `armeabi-v7a`, `mips`, `mips64`, `x86`, and `x86_64`. For each architecture you wish to support a different shared library will need to be built. This is all taken care of automatically by the build script. + - Specify the target architectures you want to build in [Application.mk](android_jni_lib/java/jni/Application.mk). By default it will build `arm64-v8a`, `armeabi`, `armeabi-v7a`, `mips`, `mips64`, `x86`, and `x86_64`. For each architecture you wish to support a different shared library will need to be built. This is all taken care of automatically by the build script. **Step 4: Build Shared Library** - `make android_jni_lib`