commit | 96f539739e7e84b878396e21e73e3f7f3976e1ad | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Mon Sep 19 19:25:19 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Sep 19 19:25:19 2016 +0000 |
tree | 40839761a75be412dec15379a5c925ceb2236291 | |
parent | 15e1558a040d8ae0a92602737a01e1c882e7067c [diff] | |
parent | 252c1c58a4bf14643a7763b4ed6c6005fa9723ef [diff] |
Merge "Remove @hal_type from .hal files."
diff --git a/update-makefiles.sh b/update-makefiles.sh index 842640f..44c72b0 100755 --- a/update-makefiles.sh +++ b/update-makefiles.sh
@@ -6,7 +6,7 @@ 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);}'; \