summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/product-mini/platforms/android/build_llvm.sh
blob: 145e2dbaa0248c9d83ca61aa220a20053e4f197c (plain)
1
2
3
4
5
6
7
#!/bin/sh

# Copyright (C) 2020 Intel Corporation. All rights reserved.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

/usr/bin/env python3 -m pip install --user -r ../../../build-scripts/requirements.txt
/usr/bin/env python3 ../../../build-scripts/build_llvm.py --platform android "$@"