-
Notifications
You must be signed in to change notification settings - Fork 419
Open
Description
I'm trying to build the current version of Ne10 using Android NDK r19c. (This is in preparation for building this as part of Chromium.)
I'm unable to get cmake to do an Android build because the paths for the compiler are not in $ANDROID_NDK/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/. Instead they're in $ANDROID_NDK/toolchains/llvm/prebuilt/linux-x86_64/bin/
In addition, gcc/g++ aren't available. Only clang/clang++ are there.
I'd like some guidance on what needs to be done to get cmake to work. I can provide the patch for this after figuring out what to do.
Metadata
Metadata
Assignees
Labels
No labels