platform_vendor_tequila/tools/clean_headers.sh
LuK1337 dfec562594 kernel: Add clean headers script to workaround conflicts with bionic
After the "Avoid multiple definitions of sigaction." change in bionic,
we ought to modify our kernel headers to make sure that sigaction struct
is not present in uapi headers.

Change-Id: I15645480e013e79cbcafaac99253368b646b6b11
2024-03-20 20:53:44 +00:00

7 lines
144 B
Bash
Executable file

#!/bin/bash
set -eu
export ANDROID_BUILD_TOP="$PWD"
./bionic/libc/kernel/tools/clean_header.py -u \
"$1/usr/include/asm-generic/signal.h"