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
6426040f
Commit
6426040f
authored
13 years ago
by
Doug Kwan
Browse files
Options
Downloads
Patches
Plain Diff
Fix Android.mk to use LOCAL_MODULE_TAGS.
Change-Id: Id7e36793e300077cdfc9a3849c574570af8fb76b
parent
205eadee
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
+4
-0
4 additions, 0 deletions
Android.mk
with
4 additions
and
0 deletions
Android.mk
+
4
−
0
View file @
6426040f
...
...
@@ -20,6 +20,8 @@ libgabi++_common_src_files := \
include
$(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
optional
LOCAL_CPP_EXTENSION
:=
.cc
LOCAL_SRC_FILES
:=
$(
libgabi++_common_src_files
)
...
...
@@ -36,6 +38,8 @@ include $(BUILD_SHARED_LIBRARY)
include
$(CLEAR_VARS)
LOCAL_MODULE_TAGS
:=
optional
LOCAL_CPP_EXTENSION
:=
.cc
LOCAL_SRC_FILES
:=
$(
libgabi++_common_src_files
)
...
...
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