From 782c90d6d4aea610c7fe7fa7e91749d6c2b2869d Mon Sep 17 00:00:00 2001 From: Rachel Guo <35738743+YUNQIUGUO@users.noreply.github.com> Date: Wed, 8 Jun 2022 15:01:55 -0700 Subject: [PATCH] [doc] Add link to android testing in `Build for android` doc (#11766) --- docs/build/android.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/build/android.md b/docs/build/android.md index 4d50218a9b..b20be97e55 100644 --- a/docs/build/android.md +++ b/docs/build/android.md @@ -129,3 +129,6 @@ If you want to use NNAPI Execution Provider on Android, see [NNAPI Execution Pro Android NNAPI Execution Provider can be built using building commands in [Android Build instructions](#android-build-instructions) with `--use_nnapi` +## Test Android changes using emulator + +See [Testing Android Changes using the Emulator](https://github.com/microsoft/onnxruntime/blob/master/docs/Android_testing.md). \ No newline at end of file