OSDN Git Service

fix update-makefiles.sh to not need Android.mk
authorIliyan Malchev <malchev@google.com>
Sun, 18 Sep 2016 01:42:46 +0000 (18:42 -0700)
committerIliyan Malchev <malchev@google.com>
Sun, 18 Sep 2016 01:50:01 +0000 (01:50 +0000)
commit15e1558a040d8ae0a92602737a01e1c882e7067c
tree995f7921f5aa42bf74bf73b450571378312fe253
parent9c43f016b63eeb8a7ec3b3ebc18c6ed46ac52518
fix update-makefiles.sh to not need Android.mk

When auto-generating Android.mk for HIDL packages, update-makefiles.sh
now just looks for all directories hosting .hal files, converts them to
HIDL package names, and invokes hidl-gen on these package names to
generate the appropriate Android.mk files.

Change-Id: I8a824672f33be58508ae7c07de463f4f589a9a73
Signed-off-by: Iliyan Malchev <malchev@google.com>
update-makefiles.sh