Add check to update-makefiles.sh.

am: 13b5d8034e

Change-Id: I798bde83bbf2e11cc3a04b9262b38c66ea8d7631
This commit is contained in:
Steven Moreland
2016-12-12 21:15:07 +00:00
committed by android-build-merger

View File

@@ -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- | \