mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
fix android typo
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#if defined(__ANDRIOD__)
|
||||
#if defined(__ANDROID__)
|
||||
#define INCLUDE_64_BIT_TESTS 0
|
||||
#else
|
||||
#define INCLUDE_64_BIT_TESTS 1
|
||||
|
||||
Reference in New Issue
Block a user