summaryrefslogtreecommitdiffstats
path: root/update-makefiles.sh
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2016-08-31 09:10:55 -0700
committerAndreas Huber <andih@google.com>2016-08-31 13:56:05 -0700
commit7ab75a73250d1a8b1be841cd5c6548c679cd6a1c (patch)
tree5e9f156febd13e1112cdd53be99b8a95a9832c89 /update-makefiles.sh
parenta401680f6e98350a97ee69041e78d4d4207510ba (diff)
downloadandroid_hardware_interfaces-7ab75a73250d1a8b1be841cd5c6548c679cd6a1c.tar.gz
android_hardware_interfaces-7ab75a73250d1a8b1be841cd5c6548c679cd6a1c.tar.bz2
android_hardware_interfaces-7ab75a73250d1a8b1be841cd5c6548c679cd6a1c.zip
Updated makefiles (includes java-library rules for applicable packages).
Change-Id: I178faf37dddb5149c1bdc217fa1395b2566194d7 Bug: 31221188
Diffstat (limited to 'update-makefiles.sh')
-rwxr-xr-xupdate-makefiles.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-makefiles.sh b/update-makefiles.sh
index 051e65853..842640f04 100755
--- a/update-makefiles.sh
+++ b/update-makefiles.sh
@@ -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 Android.mk -exec dirname {} \; | \
cut -c3- | \
awk -F'/' \
'{printf("android.hardware"); for(i=1;i<NF;i++){printf(".%s", $i);}; printf("@%s\n", $NF);}'; \