Commit ed718a8
committed
Fix doc for Android build error in xnnpack_README.md
In scripts/build_android_library.sh, there's
```
ANDROID_HOME="${ANDROID_SDK:-/opt/android/sdk}" ./gradlew build
```
If ANDROID_SDK is not set, ANDROID_HOME will be /opt/android/sdk, which is wrong for Mac. Add `export ANDROID_SDK` instruction to avoid the build error if users have not exported it.1 parent 5268b24 commit ed718a8
File tree
1 file changed
+1
-0
lines changed- examples/demo-apps/android/LlamaDemo/docs/delegates
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
186 | 187 | | |
187 | 188 | | |
188 | 189 | | |
| |||
0 commit comments