Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7e76886 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Add check to update-makefiles.sh.

am: 13b5d803

Change-Id: I798bde83bbf2e11cc3a04b9262b38c66ea8d7631
parents 3a41df3f 13b5d803
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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- | \