On master (e3c08eb620a2f317fc09fdf20969fa26f02afb91):
0$ make -C depends capnp MULTIPROCESS=1 HOST=aarch64-linux-android ANDROID_SDK=$ANDROID_HOME ANDROID_NDK=$ANDROID_HOME/ndk/23.2.8568313 ANDROID_API_LEVEL=28 ANDROID_TOOLCHAIN_BIN=$ANDROID_HOME/ndk/23.2.8568313/toolchains/llvm/prebuilt/linux-x86_64/bin
1...
2ld: error: unable to find library -lkj
3...
This PR fixes this error, and also improves configuring according to the docs.