summaryrefslogtreecommitdiffstats
path: root/update-makefiles.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update-makefiles.sh')
-rwxr-xr-xupdate-makefiles.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/update-makefiles.sh b/update-makefiles.sh
index 0f89dfc5d..f153a8413 100755
--- a/update-makefiles.sh
+++ b/update-makefiles.sh
@@ -5,6 +5,11 @@ if [ ! -d hardware/interfaces ] ; then
exit 1;
fi
+if [ ! -d system/libhidl/transport ] ; then
+ echo "Where is system/libhidl/transport?";
+ exit 1;
+fi
+
packages=$(pushd hardware/interfaces > /dev/null; \
find . -type f -name \*.hal -exec dirname {} \; | sort -u | \
cut -c3- | \