Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
ndk
Commits
f35e9f40
Commit
f35e9f40
authored
11 years ago
by
Christopher Ferris
Browse files
Options
Download
Email Patches
Plain Diff
Use uapi kernel headers.
Bug: 11559337 Change-Id: Ie7108c58499700e2b80390a2c20f3de4be277a21
parent
6123fb27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
build/tools/gen-platforms.sh
build/tools/gen-platforms.sh
+2
-2
No files found.
build/tools/gen-platforms.sh
View file @
f35e9f40
...
...
@@ -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
"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment