Updated makefiles (includes java-library rules for applicable packages).
Change-Id: I178faf37dddb5149c1bdc217fa1395b2566194d7
Bug: 31221188
diff --git a/update-makefiles.sh b/update-makefiles.sh
index 051e658..842640f 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 Android.mk -exec dirname {} \; | \
cut -c3- | \
awk -F'/' \
'{printf("android.hardware"); for(i=1;i<NF;i++){printf(".%s", $i);}; printf("@%s\n", $NF);}'; \