Update ndn_cxx binary version
Updates the version of the ndn_cxx binary needed by the build script to match the one downloaded by crew.
Change-Id: Ifc20fa62a5a234d4c2334ff64897952c461d8bee
diff --git a/app/src/main/jni/Android.mk b/app/src/main/jni/Android.mk
index 2ff4efa..1f576eb 100644
--- a/app/src/main/jni/Android.mk
+++ b/app/src/main/jni/Android.mk
@@ -11,7 +11,7 @@
# Explicitly define versions of precompiled modules
$(call import-module,../packages/nfd/0.6.6)
-$(call import-module,../packages/ndn_cxx/0.6.6)
+$(call import-module,../packages/ndn_cxx/0.6.6-1)
$(call import-module,../packages/boost/1.70.0)
$(call import-module,../packages/sqlite/3.18.0)
$(call import-module,../packages/openssl/1.1.1-pre8)