We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8282166 commit e1ad32cCopy full SHA for e1ad32c
README.md
@@ -29,7 +29,7 @@ cd -
29
30
Supported arch are 'x86_64', 'x86', 'arm64-v8a' & 'armeabi-v7a'
31
```bash
32
-ANDROID_NDK="$HOME/Android/Sdk/ndk/" PROTOC_PATH="$PWD/src/protobuf/build/protoc" bash ./build.sh arm64-v8a # output in build/$arch/bin/aapt-*
+ANDROID_NDK="$HOME/Android/Sdk/ndk/" PROTOC_PATH="$PWD/src/protobuf/build/protoc" bash ./build.sh arm64-v8a # Build output in build/$arch/bin/aapt-*
33
```
34
35
# Resources
0 commit comments