summaryrefslogtreecommitdiffstats
path: root/update-makefiles.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove update scripts for VTS makefiles.Steven Moreland2019-02-281-6/+0
| | | | | | | | | These are automatically included as part of hidl_interface and no longer need to be checked in. Bug: 117348839 Test: manual Change-Id: If07460e1b88c5929e23256c30ddb332ee64e9c3d
* run vts build rule updater when hal make files are updatedKeun Soo YIM2018-10-191-0/+13
| | | | | | Test: ./update-makefiles.sh Bug: 117826861 Change-Id: I7c7b22ecff1a373cd905fedd96bdaa12e1a558f0
* Update makefiles from anywhere.Steven Moreland2017-05-111-1/+1
| | | | | Test: with update-all-google-makefiles.sh Change-Id: I373e270b481d9074f440c3c0826199a207e654f7
* Use simplified update-makefiles.sh script.Steven Moreland2017-03-201-48/+4
| | | | | | Test: update-makefiles Bug: 35870521 Change-Id: I652db1f458f07f0b254966c2acee0b441a0bcae1
* Make update-makefiles.sh exit if any of the hidl invocations failEnrico Granata2016-12-221-0/+2
| | | | | | | | 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
* Add check to update-makefiles.sh.Steven Moreland2016-12-121-0/+5
| | | | | | | | | | | | 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
* Update makefiles for hidlizing IBase.Yifan Hong2016-12-031-2/+2
| | | | | | | | | | | 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
* Stop all these merge conflicts.Steven Moreland2016-10-261-11/+22
| | | | | Test: mma -j64 Change-Id: I319198af32adf1fef180c5c2c22ba4b360fa7609
* Auto hardware/interfaces/Android.bpSteven Moreland2016-10-031-0/+15
| | | | | | Bug: 31909444 Test: make various interfaces, mma -j Change-Id: Ie2de39572e482415b5279110586a0cb7e5220c8e
* Convert to Android.bpDan Willemsen2016-09-301-0/+1
| | | | | | | | See build/soong/README.md for more information. Bug: 31742855 Test: mma -j Change-Id: Icb93f3b1b2caeb5e9c00f88ca35841b927ad075d
* fix update-makefiles.sh to not need Android.mkIliyan Malchev2016-09-181-1/+1
| | | | | | | | | | 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>
* Updated makefiles (includes java-library rules for applicable packages).Andreas Huber2016-08-311-1/+1
| | | | | Change-Id: I178faf37dddb5149c1bdc217fa1395b2566194d7 Bug: 31221188
* script to auto-generate makefiles for HALsIliyan Malchev2016-08-101-0/+18
Change-Id: I9d21a811d8e2fc604702388ad1910476df16f43a Signed-off-by: Iliyan Malchev <malchev@google.com>