Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cpp
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
la
platform
abi
cpp
Commits
36b38129
Commit
36b38129
authored
10 years ago
by
Dan Albert
Committed by
Gerrit Code Review
10 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Don't hide C++ STL choice from the build system."
parents
1c7cf040
52c919b1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Android.mk
+2
-3
2 additions, 3 deletions
Android.mk
with
2 additions
and
3 deletions
Android.mk
+
2
−
3
View file @
36b38129
...
...
@@ -2,7 +2,6 @@ LOCAL_PATH:= $(call my-dir)
libgabi++_c_includes
:
=
\
$(LOCAL_PATH)/include
\
bionic/libstdc++/include
\
libgabi++_common_src_files
:
=
\
src/array_type_info.cc
\
...
...
@@ -27,7 +26,7 @@ LOCAL_SRC_FILES:= $(libgabi++_common_src_files)
LOCAL_MODULE
:=
libgabi++
LOCAL_C_INCLUDES
:=
$(
libgabi++_c_includes
)
LOCAL_RTTI_FLAG
:=
-frtti
LOCAL_
SYSTEM_SHARED_LIBRARIES
:=
lib
c
LOCAL_
CXX_STL
:=
lib
stdc++
include
$(BUILD_SHARED_LIBRARY)
include
$(CLEAR_VARS)
...
...
@@ -38,5 +37,5 @@ LOCAL_SRC_FILES:= $(libgabi++_common_src_files)
LOCAL_MODULE
:=
libgabi++
LOCAL_C_INCLUDES
:=
$(
libgabi++_c_includes
)
LOCAL_RTTI_FLAG
:=
-frtti
LOCAL_
SYSTEM_SHARED_LIBRARIES
:=
lib
c
LOCAL_
CXX_STL
:=
lib
stdc++
include
$(BUILD_STATIC_LIBRARY)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment