lineage_kernel_xcoverpro/scripts/clang-android.sh

5 lines
108 B
Bash
Raw Normal View History

2023-06-18 22:53:49 +00:00
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
$* -dM -E - </dev/null 2>&1 | grep -q __ANDROID__ && echo "y"