Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fuchsia.googlesource.com-third_party-flatbuffers
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
fuchsia.googlesource.com-third_party-flatbuffers
Commits
f878024d
Commit
f878024d
authored
8 years ago
by
Wouter van Oortmerssen
Browse files
Options
Downloads
Patches
Plain Diff
Fixed the Android build.
Change-Id: Iabb9448b4f161bba465d455c28bb826529649d30 Tested: on Android.
parent
aac6be11
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
android/jni/Android.mk
+5
-2
5 additions, 2 deletions
android/jni/Android.mk
with
5 additions
and
2 deletions
android/jni/Android.mk
+
5
−
2
View file @
f878024d
...
...
@@ -24,7 +24,9 @@ LOCAL_PATH := $(call realpath-portable,$(LOCAL_PATH))
include
$(CLEAR_VARS)
LOCAL_MODULE
:=
flatbuffers
LOCAL_EXPORT_C_INCLUDES
:=
$(
LOCAL_PATH
)
/include
LOCAL_EXPORT_CPPFLAGS
:=
-std
=
c++11
-fexceptions
-Wall
-Wno-literal-suffix
LOCAL_EXPORT_CPPFLAGS
:=
-std
=
c++11
-fexceptions
-Wall
\
-DFLATBUFFERS_TRACK_VERIFIER_BUFFER_SIZE
include
$(BUILD_STATIC_LIBRARY)
# static library that additionally includes text parsing/generation/reflection
...
...
@@ -34,7 +36,8 @@ LOCAL_MODULE := flatbuffers_extra
LOCAL_SRC_FILES
:=
src/idl_parser.cpp
\
src/idl_gen_text.cpp
\
src/reflection.cpp
\
src/util.cpp
src/util.cpp
\
src/code_generators.cpp
LOCAL_STATIC_LIBRARIES
:=
flatbuffers
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