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
This commit is contained in:
khalvat-M
2024-03-24 03:46:23 +03:30
committed by Michael Bestas
parent 56216180fc
commit 0fd225385b

View File

@@ -4,4 +4,5 @@ set -eu
export ANDROID_BUILD_TOP="$PWD" export ANDROID_BUILD_TOP="$PWD"
./bionic/libc/kernel/tools/clean_header.py -u \ ./bionic/libc/kernel/tools/clean_header.py -u \
"$1/usr/include/asm/signal.h" \
"$1/usr/include/asm-generic/signal.h" "$1/usr/include/asm-generic/signal.h"