android / ndk

The Android Native Development Kit
1.98k stars 257 forks source link

NDK 23.* can not build shaderc source code for target libshaderc_combined #1704

Closed ggfan closed 2 years ago

ggfan commented 2 years ago

Description

this is seems to be related to the llvm-ar replacement for ${TOOLCHAIN_PREFIX}ar in NDK 23. in file shaderc/Android.mk packed inside NDK. The latest repo seems to have the fix already.

Affected versions

r23

Canary version

No response

Host OS

Linux, Mac, Windows

Host OS version

Windows 10 Enterprise

Affected ABIs

armeabi-v7a, arm64-v8a, x86, x86_64

Build system

ndk-build

Other build system

No response

minSdkVersion

24

Device API level

No response

DanAlbert commented 2 years ago

Duplicate of #1634