aboutsummaryrefslogtreecommitdiff
path: root/CleanSpec.mk
AgeCommit message (Collapse)Author
2017-10-19Fix incremental build issueColin Cross
Removing aidl files located in a src/ directory broke incremental builds. Bug: 36698184 Bug: 68015571 Test: none Change-Id: If348a96af420905fccfe8c043d271eae3e6a9a28
2017-08-03Fix the build by removing the stale ICarDiagnostic*.java files in hardware/Enrico Granata
Test: build Change-Id: Ifd8e35c45c35a189c38250c26e012ad736043dda
2017-03-29Reapply incremental build fix againColin Cross
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
2017-03-28Actually fix incremental buildsDan Willemsen
Both android.car7 and android.car use the same source list, so we need to remove both. Bug: 36698184 Test: None Change-Id: I3aca71f0b1acc2ab16ec502707ae641418b00a09
2017-03-28Add cleanspec to fix incremental build issueColin Cross
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
2016-03-18Add car API checks.Vitalii Tomkiv
Bug: 27705308 Change-Id: I9826211e2ae3287eb19cf96d57dbff150b208eb2