Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upndk-stack command doesn't understand android target directory #23311
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I have a build done with
--android, I havetarget/android/armv7-linux-androideabi/debug/.... The ndk-stack command looks fortarget/armv7-linux-androideabi/..., so that it can support x86 android builds done with--target i686-linux-android.