Skip to content

Commit 1850d99

Browse files
rohansjoshifacebook-github-bot
authored andcommitted
Readme say set ANDROID_SDK (#13112)
Summary: The README should say to set ANDROID_SDK (not ANDROID_HOME, which is set inside the script `build_android_library.sh`) Reviewed By: cccclai Differential Revision: D79387440
1 parent 3e70463 commit 1850d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/android/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Under `extension/android/`,
2323

2424
The usage is:
2525
```sh
26-
export ANDROID_HOME=/path/to/sdk
26+
export ANDROID_SDK=/path/to/sdk
2727
export ANDROID_NDK=/path/to/ndk
2828
sh scripts/build_android_library.sh
2929
```

0 commit comments

Comments
 (0)