Skip to content

Commit 0fd2253

Browse files
Khalvat-MmikeNG
authored andcommitted
kernel: Clean headers installed in uapi/asm as well
* Unlike on ARM64, devices building ARM32 installs the signal.h to uapi/asm. Include this possible variation to workaround conflicts with bionic. Change-Id: If8e334dfadb544ac3d4256f6738780c797b6cccc
1 parent 5621618 commit 0fd2253

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/clean_headers.sh

+1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ set -eu
44
export ANDROID_BUILD_TOP="$PWD"
55

66
./bionic/libc/kernel/tools/clean_header.py -u \
7+
"$1/usr/include/asm/signal.h" \
78
"$1/usr/include/asm-generic/signal.h"

0 commit comments

Comments
 (0)