atsushieno / ndkports

private fork of ndkports for my own packages, see https://android.googlesource.com/platform/tools/ndkports/
1 stars 0 forks source link

[upstream] there is no dependency resolution in AutoconfPort #2

Open atsushieno opened 4 years ago

atsushieno commented 4 years ago

This is what happens if we run ./gradlew -PndkPath=/path/to/ndk/21.0.6113669 run --args='--ndk /path/to/ndk/21.0.6113669 libogg libvorbis' :

/sources/ndkports/out/libvorbis/src/lib/os.h:24:10: fatal error: 'ogg/os_types.h' file not found
#include <ogg/os_types.h>
         ^~~~~~~~~~~~~~~~

Apparently AutoconfPort lacks dependency resolution.

atsushieno commented 4 years ago

It is most likely due to (5) at https://github.com/atsushieno/ndkports/issues/1. I have no idea on how to make quick fixes to this issue.