Home
last modified time | relevance | path

Searched +full:android +full:- +full:ndk +full:- +full:r24 +full:- +full:linux (Results 1 – 3 of 3) sorted by relevance

/external/f2fs-tools/.github/workflows/
Dci.yml1 # See also https://docs.github.com/en/actions/learn-github-actions/expressions
2 # See also https://github.com/marketplace/actions/setup-android-ndk
10 runs-on: ubuntu-latest
12 fail-fast: false
15 - android
16 - linux-gcc
17 - linux-clang
18 - linux-x86-gcc
19 - linux-powerpc64-gcc
20 - linux-mingw64-gcc
[all …]
/external/sg3_utils/.github/workflows/
Dci.yml1 # See also https://docs.github.com/en/actions/learn-github-actions/expressions
2 # See also https://github.com/marketplace/actions/setup-android-ndk
10 runs-on: ubuntu-latest
12 fail-fast: false
15 - android
16 - linux-gcc
17 - linux-clang
18 - linux-x86-gcc
19 - linux-powerpc64-gcc
20 - linux-mingw64-gcc
[all …]
/external/zlib/
DAndroid.bp9 "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 …]