From cf106dd60487c32a352cf76f1edaf70bc8b03d81 Mon Sep 17 00:00:00 2001 From: "dian.yuan" Date: Wed, 25 Feb 2026 16:51:18 +0800 Subject: [PATCH] docs: Remove NDK environment variable table and simplify related text in Android compilation instructions. --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ddbc0c4..45cc9e1 100644 --- a/README.md +++ b/README.md @@ -88,15 +88,9 @@ git clone https://github.com/Amlogic-NN/amlnn-toolkit.git ../amlnn-toolkit ## Android Complication -Android compilation requires the NDK toolchain. The build scripts look for the NDK path via the following environment variables (in priority order): +Android compilation requires the NDK toolchain. The build scripts look for the NDK path via the environment variables -| Variable | Description | -| -------- | ----------- | -| `ANDROID_NDK_PATH` | Preferred variable | -| `ANDROID_NDK` | Fallback | -| `ANDROID_NDK_HOME` | Fallback | - -Set one of them before building, for example: +Set environment variables before building, for example: ```bash export ANDROID_NDK_PATH=/path/to/android-ndk-r25c