OSDN Git Service

supplicant(interface): Minor fixes in P2P iface
authorRoshan Pius <rpius@google.com>
Mon, 12 Dec 2016 23:09:07 +0000 (23:09 +0000)
committerandroid-build-merger <android-build-merger@google.com>
Mon, 12 Dec 2016 23:09:07 +0000 (23:09 +0000)
am: 282a0b35b8

Change-Id: Ifc8d6299b5e011b6a6081eb5545743c77893eae7

update-makefiles.sh

index 0f89dfc..f153a84 100755 (executable)
@@ -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- | \