Skip to content

Commit ba58206

Browse files
author
minggo
authored
revert updating flatbuffers (#296)
1 parent 6f088e6 commit ba58206

25 files changed

Lines changed: 1997 additions & 11180 deletions

flatbuffers/Android.mk

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,12 @@ LOCAL_ARM_MODE := arm
1010

1111
LOCAL_SRC_FILES := \
1212
flatc.cpp \
13-
flathash.cpp \
1413
idl_gen_cpp.cpp \
1514
idl_gen_fbs.cpp \
1615
idl_gen_general.cpp \
1716
idl_gen_go.cpp \
18-
idl_gen_js.cpp \
19-
idl_gen_php.cpp \
20-
idl_gen_python.cpp \
2117
idl_gen_text.cpp \
22-
idl_parser.cpp \
23-
reflection.cpp \
24-
util.cpp
18+
idl_parser.cpp
2519

2620
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/..
2721

flatbuffers/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,12 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fexceptions")
22

33
set(FLATBUFFERS_SRC
44
./flatc.cpp
5-
./flathash.cpp
65
./idl_gen_cpp.cpp
76
./idl_gen_fbs.cpp
87
./idl_gen_general.cpp
98
./idl_gen_go.cpp
10-
./idl_gen_js.cpp
11-
./idl_gen_php.cpp
12-
./idl_gen_python.cpp
139
./idl_gen_text.cpp
1410
./idl_parser.cpp
15-
./reflection.cpp
16-
./util.cpp
1711
)
1812

1913
include_directories(

flatbuffers/code_generators.h

Lines changed: 0 additions & 124 deletions
This file was deleted.

0 commit comments

Comments
 (0)