Skip to content

Commit

Permalink
revert updating flatbuffers (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
minggo authored Jun 15, 2017
1 parent 6f088e6 commit ba58206
Show file tree
Hide file tree
Showing 25 changed files with 1,997 additions and 11,180 deletions.
8 changes: 1 addition & 7 deletions flatbuffers/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,12 @@ LOCAL_ARM_MODE := arm

LOCAL_SRC_FILES := \
flatc.cpp \
flathash.cpp \
idl_gen_cpp.cpp \
idl_gen_fbs.cpp \
idl_gen_general.cpp \
idl_gen_go.cpp \
idl_gen_js.cpp \
idl_gen_php.cpp \
idl_gen_python.cpp \
idl_gen_text.cpp \
idl_parser.cpp \
reflection.cpp \
util.cpp
idl_parser.cpp

LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/..

Expand Down
6 changes: 0 additions & 6 deletions flatbuffers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,12 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fexceptions")

set(FLATBUFFERS_SRC
./flatc.cpp
./flathash.cpp
./idl_gen_cpp.cpp
./idl_gen_fbs.cpp
./idl_gen_general.cpp
./idl_gen_go.cpp
./idl_gen_js.cpp
./idl_gen_php.cpp
./idl_gen_python.cpp
./idl_gen_text.cpp
./idl_parser.cpp
./reflection.cpp
./util.cpp
)

include_directories(
Expand Down
124 changes: 0 additions & 124 deletions flatbuffers/code_generators.h

This file was deleted.

Loading

0 comments on commit ba58206

Please sign in to comment.