Merge \"Add android/uapi kernel header.\"
am: f9a6ff2713
Change-Id: I851d523c9a6b12482865a77698ec92323faec26d
This commit is contained in:
commit
08b4411d5b
|
@ -103,6 +103,7 @@ func init() {
|
|||
"-isystem ${LibcRoot}/arch-arm64/include",
|
||||
"-isystem ${LibcRoot}/include",
|
||||
"-isystem ${LibcRoot}/kernel/uapi",
|
||||
"-isystem ${LibcRoot}/kernel/android/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/android/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/android/uapi",
|
||||
"-isystem ${LibcRoot}/kernel/common",
|
||||
"-isystem ${LibcRoot}/kernel/uapi/asm-mips",
|
||||
}, " "))
|
||||
|
|
|
@ -141,6 +141,7 @@ func init() {
|
|||
"-isystem ${LibcRoot}/arch-mips/include",
|
||||
"-isystem ${LibcRoot}/include",
|
||||
"-isystem ${LibcRoot}/kernel/uapi",
|
||||
"-isystem ${LibcRoot}/kernel/android/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/android/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/android/uapi",
|
||||
"-isystem ${LibcRoot}/kernel/common",
|
||||
"-isystem ${LibcRoot}/kernel/uapi/asm-x86",
|
||||
}, " "))
|
||||
|
|
Loading…
Reference in New Issue