Fixed typo in cmake build rule for Linux.
authorStewart Miles <smiles@google.com>
Thu, 19 Nov 2015 11:02:58 +0000 (03:02 -0800)
committerStewart Miles <smiles@google.com>
Thu, 19 Nov 2015 11:02:58 +0000 (03:02 -0800)
Tested:
Verified it's possible to build generated headers on Linux for Android.

Change-Id: I82249a252cb851b978a177f4a4b92b527cc2bfd9

android/jni/include.mk

index f0f20ec..b53e257 100644 (file)
@@ -113,7 +113,7 @@ endif
 ifeq (Linux,$(PROJECT_OS))
 define build_flatc_recipe
        +cd $(FLATBUFFERS_CMAKELISTS_DIR) && \
-      $(CMAKE) && \
+      $(CMAKE) && \
       $(MAKE) flatc
 endef
 endif