Commit Graph

2 Commits

Author SHA1 Message Date
khalvat-M
0fd225385b 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
2024-10-18 11:07:58 +00:00
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