mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-03 08:54:55 +00:00
Add check to update-makefiles.sh. am: 13b5d8034e am: c7e7688625
am: 75f17806a4
Change-Id: I61aa97b8d5269e588d7a31c2164f8e05d7905b1a
This commit is contained in:
@@ -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- | \
|
||||
|
||||
Reference in New Issue
Block a user