From b1602f0df31b997b986d3134505b7f39e8d3f53b Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Fri, 10 Jul 2015 10:54:16 -0600 Subject: [PATCH] update Android README --- android/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/README.md b/android/README.md index 87fe15ac..09f1d919 100644 --- a/android/README.md +++ b/android/README.md @@ -9,7 +9,7 @@ file. ## Prerequisites for successful installation Prerequisites -In order to build the wolfCrypt JNI wrapper and wolfCAVP-Android application, +In order to build the wolfSSL JNI sample application, you need to: * Install the `Android SDK` [link](http://developer.android.com/sdk/index.html) * Install the `Android NDK` [link](https://developer.android.com/tools/sdk/ndk/index.html) @@ -78,7 +78,7 @@ while the emulator is running and issuing: $ adb logcat ``` -### Installing and Running wolfCAVP App on Device instead of Emulator +### Installing and Running wolfssljni-ndk-sample on Device instead of Emulator Compiling, installing, and running the wolfssljni-ndk-sample application on a real device, versus the Android Emulator is quite easy, and nearly identical