xref: /aosp_15_r20/external/libpng/ci/targets/android/ci_env.i686-linux-android.sh (revision a67afe4df73cf47866eedc69947994b8ff839aba)
1*a67afe4dSAndroid Build Coastguard Worker# Copyright (c) 2023-2024 Cosmin Truta.
2*a67afe4dSAndroid Build Coastguard Worker#
3*a67afe4dSAndroid Build Coastguard Worker# Use, modification and distribution are subject to the MIT License.
4*a67afe4dSAndroid Build Coastguard Worker# Please see the accompanying file LICENSE_MIT.txt
5*a67afe4dSAndroid Build Coastguard Worker#
6*a67afe4dSAndroid Build Coastguard Worker# SPDX-License-Identifier: MIT
7*a67afe4dSAndroid Build Coastguard Worker
8*a67afe4dSAndroid Build Coastguard Workerexport CI_TARGET_ARCH=i686
9*a67afe4dSAndroid Build Coastguard Workerexport CI_TARGET_ARCHVER=i686
10*a67afe4dSAndroid Build Coastguard Workerexport CI_TARGET_SYSTEM=linux
11*a67afe4dSAndroid Build Coastguard Workerexport CI_TARGET_ABI=android
12*a67afe4dSAndroid Build Coastguard Workerexport CI_TARGET_ABIVER=android29
13*a67afe4dSAndroid Build Coastguard Worker
14*a67afe4dSAndroid Build Coastguard Workerexport CI_CC="$CI_TARGET_ARCHVER-$CI_TARGET_SYSTEM-$CI_TARGET_ABIVER-clang"
15*a67afe4dSAndroid Build Coastguard Workerexport CI_AR="llvm-ar"
16*a67afe4dSAndroid Build Coastguard Workerexport CI_RANLIB="llvm-ranlib"
17