Comment 6 for bug 1766663

Revision history for this message
virgosun (hdefendme) wrote :

Hello,

After researching the Google, https://android.googlesource.com/platform/bionic/+/c61f990/libc/kernel/README.TXT, I found the the striping of kernel header is the same as Google's Bionic the new 'clean' linux header feature:

"
fortunately, enlightnment happened, and the kernel now provides a way to
install a set of "user-friendly" headers that are generated from the official
ones by stripping the __KERNEL__ protected declarations.

"
To be exact, I guess this is taken at this step:

fakeroot debian/rules clean

So, may I ask how to prevent the step from stripping off all macros

Thanks!!