mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 10:05:19 +00:00
fix update-makefiles.sh to not need Android.mk
am: 15e1558a04
Change-Id: Iec4f362abc0e0b1f1798e93baf457d9ce0cf3386
This commit is contained in:
@@ -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);}'; \
|
||||
|
||||
Reference in New Issue
Block a user