flatbuffers/android
Stewart Miles 569492e890 Disable armeabi builds for Android and re-enable CI builds. (#4970)
armeabi support was removed from the Android NDK so we should no
longer build it.  Since this fixes the Android build failures this
commit also re-enables Travis Android builds.

While re-enabling Android builds, some recent changes broke C++98
support so this fixes those issues as well which include:
- Conditionally compiling use of move constructors, operators and
  std::move.
- Changing sample to use flatbuffers::unique_ptr rather than
  std::unique_ptr.

Finally, added the special "default_ptr_type" value for the
"cpp_ptr_type" attribute.  This expands to the value passed to
the "--cpp-ptr-type" argument of flatc.
2018-10-08 12:43:57 -07:00
..
gradle/wrapper C++98 (stlport) support for core FlatBuffers and FlexBuffers. 2017-07-20 11:01:00 -07:00
jni Add FlatBufferBuilder move semantics tests to the main test suite (#4902) 2018-09-24 12:03:31 -07:00
res/values Text files should not have executable bit set (#4480) 2017-11-06 10:20:22 -08:00
.project Text files should not have executable bit set (#4480) 2017-11-06 10:20:22 -08:00
AndroidManifest.xml Text files should not have executable bit set (#4480) 2017-11-06 10:20:22 -08:00
build.gradle Disable armeabi builds for Android and re-enable CI builds. (#4970) 2018-10-08 12:43:57 -07:00
gradlew C++98 (stlport) support for core FlatBuffers and FlexBuffers. 2017-07-20 11:01:00 -07:00
gradlew.bat C++98 (stlport) support for core FlatBuffers and FlexBuffers. 2017-07-20 11:01:00 -07:00