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
libcore
Commits
bb253213
Commit
bb253213
authored
14 years ago
by
Marco Nelissen
Browse files
Options
Download
Email Patches
Plain Diff
Fix the libcore part of the simulator build.
Change-Id: Id7af848e09c27006a566e6600793f45364e943d3
parent
4d7f6230
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
NativeCode.mk
NativeCode.mk
+2
-2
No files found.
NativeCode.mk
View file @
bb253213
...
...
@@ -94,10 +94,10 @@ endif
# Define the rules.
LOCAL_SRC_FILES
:=
$(core_src_files)
LOCAL_C_INCLUDES
:=
$(core_c_includes)
bionic/ bionic/libstdc++/include
LOCAL_C_INCLUDES
:=
$(core_c_includes)
ifneq
($(TARGET_SIMULATOR),true)
LOCAL_C_INCLUDES
+=
external/stlport/stlport
LOCAL_C_INCLUDES
+=
external/stlport/stlport
bionic/ bionic/libstdc++/include
endif
LOCAL_SHARED_LIBRARIES
:=
$(core_shared_libraries)
...
...
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