From 5d308865d0783d0cd70f7453c77980835ac5648e Mon Sep 17 00:00:00 2001 From: Angelo Mantellini Date: Wed, 21 Mar 2018 14:16:02 +0100 Subject: update android-sdk. Now it is possible to compile with clang Change-Id: I156aa48dd90467a2a7540eec11839c0111b13bd2 Signed-off-by: Angelo Mantellini --- scripts/update.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'scripts/update.sh') diff --git a/scripts/update.sh b/scripts/update.sh index 66211203..e647b3fc 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -16,19 +16,18 @@ #!/bin/bash set -e -#git pull +git pull cd src/ccnxlibs git pull cd ../.. cd src/cframework git pull cd ../.. -cd src/sb-forwarder -git pull -cd ../.. cd src/libicnet git pull cd ../.. cd src/viper git pull cd ../.. +cd src/httpserver +git pull -- cgit 1.2.3-korg