aboutsummaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
Commit message (Collapse)AuthorAgeFilesLines
* Fix incremental build issueColin Cross2017-10-191-0/+3
| | | | | | | | | | Removing aidl files located in a src/ directory broke incremental builds. Bug: 36698184 Bug: 68015571 Test: none Change-Id: If348a96af420905fccfe8c043d271eae3e6a9a28
* Fix the build by removing the stale ICarDiagnostic*.java files in hardware/Enrico Granata2017-08-031-0/+3
| | | | | Test: build Change-Id: Ifd8e35c45c35a189c38250c26e012ad736043dda
* Reapply incremental build fix againColin Cross2017-03-291-0/+2
| | | | | | | | | | | | The incremental build servers sometimes move backwards, which causes the incremental build problem to reoccur because the cleanspec has already been applied once. Since at this point they are unlikely to move backwards far enough to reach the changes that have the deleted AIDL file again, reapply the CleanSpecs one more time. Test: none Bug: 36698184 Change-Id: I438756f929f1a2bffe6fed2868eda6bd5588207a
* Actually fix incremental buildsDan Willemsen2017-03-281-0/+1
| | | | | | | | | Both android.car7 and android.car use the same source list, so we need to remove both. Bug: 36698184 Test: None Change-Id: I3aca71f0b1acc2ab16ec502707ae641418b00a09
* Add cleanspec to fix incremental build issueColin Cross2017-03-281-0/+1
| | | | | | | | | | Removing an aidl file in I691c4dc07491d51158f109c79c93f0748186bfc6 caused an incremental build issue. Wipe the intermediates to fix incremental builds until the underlying issue is fixed. Test: none Bug: 36698184 Change-Id: Ibd31f917c6516c3c376c19e9cccda1ba38e97dff
* Add car API checks.Vitalii Tomkiv2016-03-181-0/+55
Bug: 27705308 Change-Id: I9826211e2ae3287eb19cf96d57dbff150b208eb2