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

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

Add check to update-makefiles.sh. am: 13b5d803

am: c7e76886

Change-Id: I4b66a5a83b4bfd002b3ef3d70cb40cc73069e350
parents 2c800a1f c7e76886
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- | \