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

Commit 97601cfe 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 am: 75f17806

am: c1b86905

Change-Id: I1dafab1af271946de30a9d162398552ee495e5e4
parents 30f4ad6b c1b86905
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- | \