From 34f527e14fedd3e465330d657f950de16441b323 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sun, 4 Oct 2020 17:31:38 +0100 Subject: [PATCH] Updated example readme --- examples/android/android-simple/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/android/android-simple/README.md b/examples/android/android-simple/README.md index 8d81e38cd..5e8d53c45 100644 --- a/examples/android/android-simple/README.md +++ b/examples/android/android-simple/README.md @@ -8,7 +8,11 @@

Example Running Logistic Regression with Vulkan Kompute in Android Phones

-This example provides +This example provides an end to end example that can be run using android studio. + +The example uses the Kompute build in the relative folder to build the respective binaries for android. + +The build structure provides a range of options to build in different Android hardware. This example was tested in various emulators including Pixel 2, and a physical Samsung S7 phone.