jni: Upgrade underlying NFD to version 0.6.2-11-gd657d53

This change replaces in-project JNI compilation of ndn-cxx and NFD with
packaged versions of ndn-cxx and NFD using a customized
android-crew-staging (https://github.com/named-data-mobile/android-crew-staging).
Refer to README-dev.md for more detail.

This commit also drops Logcat views

Refs: #4661

Change-Id: Id981689475d9da3aea63bea38d925f335c25b46e
diff --git a/.jenkins.d/10-get-sdk.sh b/.jenkins.d/10-get-sdk.sh
index 2780c32..8d02423 100755
--- a/.jenkins.d/10-get-sdk.sh
+++ b/.jenkins.d/10-get-sdk.sh
@@ -14,7 +14,7 @@
 export PATH=${PATH}:${ANDROID_HOME}/tools/bin:${ANDROID_HOME}/platform-tools
 
 echo "y" | sdkmanager "platform-tools"
-sdkmanager "platforms;android-26" "build-tools;26.0.3"
+sdkmanager "platforms;android-28"
 
 cd ..
 
diff --git a/.jenkins.d/20-get-ndk.sh b/.jenkins.d/20-get-ndk.sh
index 6548c94..df8bd88 100755
--- a/.jenkins.d/20-get-ndk.sh
+++ b/.jenkins.d/20-get-ndk.sh
@@ -3,7 +3,7 @@
 set -x
 
 android-sdk-linux/tools/bin/sdkmanager "ndk-bundle"
-git clone https://github.com/cawka/android-crew-staging.git android-sdk-linux/ndk-bundle/crew.dir
+git clone https://github.com/named-data-mobile/android-crew-staging.git android-sdk-linux/ndk-bundle/crew.dir
 
 if [[ ! -z $GEM_PATH ]]; then
     # Hack for unset GEM_PATH in crew tool
@@ -18,9 +18,9 @@
     export PATH=`pwd`:$PATH
 fi
 
-export CREW_OWNER=cawka
-# export CREW_DOWNLOAD_BASE=http://irl.cs.ucla.edu/~cawka/android-crew-staging/staging/
+export CREW_OWNER=named-data-mobile
 
-android-sdk-linux/ndk-bundle/crew.dir/crew install target/sqlite:3.18.0 target/openssl:1.0.2m target/boost:1.65.1
+android-sdk-linux/ndk-bundle/crew.dir/crew install target/sqlite target/openssl target/boost
+android-sdk-linux/ndk-bundle/crew.dir/crew install target/ndn_cxx target/nfd
 
 echo ndk.dir=`pwd`/android-sdk-linux/ndk-bundle >> local.properties