Commit f35e9f40 authored by Christopher Ferris's avatar Christopher Ferris
Browse files

Use uapi kernel headers.

Bug: 11559337
Change-Id: Ie7108c58499700e2b80390a2c20f3de4be277a21
parent 6123fb27
......@@ -533,8 +533,8 @@ gen_crt_objects ()
-I$SRCDIR/../../bionic/libc/private \
-I$SRCDIR/../../bionic/libc/arch-common/bionic \
-I$SRCDIR/../../bionic/libc/arch-$ARCH/include \
-isystem $SRCDIR/../../bionic/libc/kernel/common \
-isystem $SRCDIR/../../bionic/libc/kernel/common/linux \
-isystem $SRCDIR/../../bionic/libc/kernel/uapi \
-isystem $SRCDIR/../../bionic/libc/kernel/uapi/linux \
-O2 -fpic -Wl,-r -nostdlib -nostdinc -o "$DST_DIR/$DST_FILE" $SRC_FILE) 1>>$TMPL 2>&1
if [ $? != 0 ]; then
dump "ERROR: Could not generate $DST_FILE from $SRC_DIR/$SRC_FILE"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment