Add the common directory back to kernel headers. am: a2abfd6b30 am: 32b3e00b7e

am: 7f14652efe

* commit '7f14652efe11e0a2dabe022b31494e3bd0c1796c':
  Add the common directory back to kernel headers.

Change-Id: I98d01f3473634f9c1c2d0fb04b275fecab5600c6
This commit is contained in:
Dan Willemsen
2016-05-19 01:29:11 +00:00
committed by android-build-merger
6 changed files with 6 additions and 0 deletions

View File

@@ -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",
}, " "))

View File

@@ -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",
}, " "))

View File

@@ -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",
}, " "))

View File

@@ -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",
}, " "))

View File

@@ -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",
}, " "))

View File

@@ -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",
}, " "))