Searched +full:android +full:- +full:ndk +full:- +full:r24 +full:- +full:linux (Results 1 – 3 of 3) sorted by relevance
1 # See also https://docs.github.com/en/actions/learn-github-actions/expressions2 # See also https://github.com/marketplace/actions/setup-android-ndk10 runs-on: ubuntu-latest12 fail-fast: false15 - android16 - linux-gcc17 - linux-clang18 - linux-x86-gcc19 - linux-powerpc64-gcc20 - linux-mingw64-gcc[all …]
9 "SPDX-license-identifier-BSD",10 "SPDX-license-identifier-Zlib",17 // These cflags are shared --- not only between all architectures,21 "-DHAVE_HIDDEN",23 "-DZLIB_CONST",24 // Use the traditional Rabin-Karp rolling hash to match zlib DEFLATE output exactly.25 "-DCHROMIUM_ZLIB_NO_CASTAGNOLI",26 // Enable -O3 for everyone, as chromium's BUILD.gn does.27 "-O3",28 "-Wall",[all …]