Hi, All
I want to build hikey960 with the default aosp tree with OUT_DIR specified,
but I got following error reported:
Starting ninja...
FAILED: ninja: 'out/host/linux-x86/bin/bindgen', needed by '/data/android/aosp/pure-master/pure-master-out/soong/.intermediates/frameworks/native/libs/binder/rust/libbinder_ndk_bindgen/android_arm64_armv8-a_cortex-a73_source/bindings.rs', missing and no known rule to make it
13:08:47 ninja failed with: exit status 1
If I do not have the OUT_DIR specified explicitly, then there is no problem reported.
Anyone could please help to check if OUT_DIR is not supported or there is any issues with the bindgen module?