nmeum / android-tools

Unoffical CMake-based build system for android command line utilities
Apache License 2.0
191 stars 57 forks source link

.github: Attempt to fix ubuntu 20.04 clang build #43

Closed nmeum closed 3 years ago

nmeum commented 3 years ago

clang-11 only seems to pull in libstdc++-9-dev, not libstdc++-10-dev. The former does not seem to have causing the following compilation error:

In file included from ../vendor/adb/client/file_sync_client.cpp:46:
../vendor/adb/compression_utils.h:21:10: fatal error: 'span' file not found
#include <span>