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

Commit c6260f39 authored by Iliyan Malchev's avatar Iliyan Malchev Committed by android-build-merger
Browse files

fix update-makefiles.sh to not need Android.mk

am: 15e1558a

Change-Id: Iec4f362abc0e0b1f1798e93baf457d9ce0cf3386
parents 975f5d66 15e1558a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ if [ ! -d hardware/interfaces ] ; then
fi

packages=$(pushd hardware/interfaces > /dev/null; \
           find . -type f -name Android.mk -exec dirname {} \; | \
           find . -type f -name \*.hal -exec dirname {} \; | sort -u | \
           cut -c3- | \
           awk -F'/' \
                '{printf("android.hardware"); for(i=1;i<NF;i++){printf(".%s", $i);}; printf("@%s\n", $NF);}'; \