sdk-hwV1.3/lichee/linux-4.9/scripts/clang-android.sh

5 lines
108 B
Bash
Raw Normal View History

2024-05-07 10:09:20 +00:00
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
$* -dM -E - </dev/null 2>&1 | grep -q __ANDROID__ && echo "y"