Add the common directory back to kernel headers.

This is a port of build/ change 6a2f28514.

Change-Id: I9128abf61a56e282f335f540fcf064dd52706b2b
This commit is contained in:
Dan Willemsen
2016-05-18 14:32:32 -07:00
parent 635c3b0157
commit a2abfd6b30
6 changed files with 6 additions and 0 deletions

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