pmt: add missing explantions

This commit is contained in:
2024-07-21 20:23:49 +03:00
committed by GitHub
parent 91713b86be
commit 484fa8dcca

View File

@@ -56,8 +56,10 @@ export NDK_PROJECT_PATH="${PWD}"
```
- Go to the NDK directory and start the build
```
# Required by pmt's Android.mk
# Required for creating clang version information and directory access
export NDK_ROOT_DIR="${PWD}"
cd "${NDK_PROJECT_PATH}" && bash build/bash/gen-header \
&& cd "${NDK_ROOT_DIR}"
# Start build
./ndk-build