Add the common directory back to kernel headers. am: a2abfd6b30
am: 32b3e00b7e
* commit '32b3e00b7e7c1a5e2a442fb1fb7b204598f57603':
Add the common directory back to kernel headers.
Change-Id: Ia9669067a7e63d459977b1d65f39217b900defc7
This commit is contained in:
@@ -103,6 +103,7 @@ func init() {
|
||||
"-isystem ${LibcRoot}/arch-arm64/include",
|
||||
"-isystem ${LibcRoot}/include",
|
||||
"-isystem ${LibcRoot}/kernel/uapi",
|
||||
"-isystem ${LibcRoot}/kernel/common",
|
||||
"-isystem ${LibcRoot}/kernel/uapi/asm-arm64",
|
||||
}, " "))
|
||||
|
||||
|
@@ -172,6 +172,7 @@ func init() {
|
||||
"-isystem ${LibcRoot}/arch-arm/include",
|
||||
"-isystem ${LibcRoot}/include",
|
||||
"-isystem ${LibcRoot}/kernel/uapi",
|
||||
"-isystem ${LibcRoot}/kernel/common",
|
||||
"-isystem ${LibcRoot}/kernel/uapi/asm-arm",
|
||||
}, " "))
|
||||
|
||||
|
@@ -104,6 +104,7 @@ func init() {
|
||||
"-isystem ${LibcRoot}/arch-mips64/include",
|
||||
"-isystem ${LibcRoot}/include",
|
||||
"-isystem ${LibcRoot}/kernel/uapi",
|
||||
"-isystem ${LibcRoot}/kernel/common",
|
||||
"-isystem ${LibcRoot}/kernel/uapi/asm-mips",
|
||||
}, " "))
|
||||
|
||||
|
@@ -140,6 +140,7 @@ func init() {
|
||||
"-isystem ${LibcRoot}/arch-mips/include",
|
||||
"-isystem ${LibcRoot}/include",
|
||||
"-isystem ${LibcRoot}/kernel/uapi",
|
||||
"-isystem ${LibcRoot}/kernel/common",
|
||||
"-isystem ${LibcRoot}/kernel/uapi/asm-mips",
|
||||
}, " "))
|
||||
|
||||
|
@@ -152,6 +152,7 @@ func init() {
|
||||
"-isystem ${LibcRoot}/arch-x86_64/include",
|
||||
"-isystem ${LibcRoot}/include",
|
||||
"-isystem ${LibcRoot}/kernel/uapi",
|
||||
"-isystem ${LibcRoot}/kernel/common",
|
||||
"-isystem ${LibcRoot}/kernel/uapi/asm-x86",
|
||||
}, " "))
|
||||
|
||||
|
@@ -171,6 +171,7 @@ func init() {
|
||||
"-isystem ${LibcRoot}/arch-x86/include",
|
||||
"-isystem ${LibcRoot}/include",
|
||||
"-isystem ${LibcRoot}/kernel/uapi",
|
||||
"-isystem ${LibcRoot}/kernel/common",
|
||||
"-isystem ${LibcRoot}/kernel/uapi/asm-x86",
|
||||
}, " "))
|
||||
|
||||
|
Reference in New Issue
Block a user