summaryrefslogtreecommitdiff
path: root/update-makefiles.sh
AgeCommit message (Collapse)Author
2019-02-28Remove update scripts for VTS makefiles.Steven Moreland
These are automatically included as part of hidl_interface and no longer need to be checked in. Bug: 117348839 Test: manual Change-Id: If07460e1b88c5929e23256c30ddb332ee64e9c3d
2018-10-19run vts build rule updater when hal make files are updatedKeun Soo YIM
Test: ./update-makefiles.sh Bug: 117826861 Change-Id: I7c7b22ecff1a373cd905fedd96bdaa12e1a558f0
2017-05-11Update makefiles from anywhere.Steven Moreland
Test: with update-all-google-makefiles.sh Change-Id: I373e270b481d9074f440c3c0826199a207e654f7
2017-03-20Use simplified update-makefiles.sh script.Steven Moreland
Test: update-makefiles Bug: 35870521 Change-Id: I652db1f458f07f0b254966c2acee0b441a0bcae1
2016-12-22Make update-makefiles.sh exit if any of the hidl invocations failEnrico Granata
This makes it easier for the user to discover that one (or more) of their source files contain errors Test: ran the script Change-Id: Ibdb1f363d934605f47ca7df0d56bb387a47f7482
2016-12-12Add check to update-makefiles.sh.Steven Moreland
Now that we also have packages like android.hidl.base which reside in system/libhidl/transport which are read in by hidl-gen (see -randroid.hidl:system/libhidl/transport in the same file), we can display a pretty warning message if they are missing. We'll have to remember to update this after b/33276472. Test: ran update-makefiles.sh Change-Id: Ia3e3183dd5139cf3a8d1bf7bd25c201d1b098c79
2016-12-03Update makefiles for hidlizing IBase.Yifan Hong
A new dependency android.hidl.base@1.0 is added for all projects. Also updated Android.mk for NFC hal (for java constants) Test: mma Change-Id: Ia70d0eb0d74de06475a339698386d383d491a43a
2016-10-26Stop all these merge conflicts.Steven Moreland
Test: mma -j64 Change-Id: I319198af32adf1fef180c5c2c22ba4b360fa7609
2016-10-03Auto hardware/interfaces/Android.bpSteven Moreland
Bug: 31909444 Test: make various interfaces, mma -j Change-Id: Ie2de39572e482415b5279110586a0cb7e5220c8e
2016-09-30Convert to Android.bpDan Willemsen
See build/soong/README.md for more information. Bug: 31742855 Test: mma -j Change-Id: Icb93f3b1b2caeb5e9c00f88ca35841b927ad075d
2016-09-18fix update-makefiles.sh to not need Android.mkIliyan Malchev
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>
2016-08-31Updated makefiles (includes java-library rules for applicable packages).Andreas Huber
Change-Id: I178faf37dddb5149c1bdc217fa1395b2566194d7 Bug: 31221188
2016-08-10script to auto-generate makefiles for HALsIliyan Malchev
Change-Id: I9d21a811d8e2fc604702388ad1910476df16f43a Signed-off-by: Iliyan Malchev <malchev@google.com>