summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove subdirsSteven Moreland2017-11-281-7/+0
| | | | | | | | Removing whenever I see these in code reviews. Test: none Merged-In: I4322f533a837d55618ec2ed2125e8966ace9d61d Change-Id: I4322f533a837d55618ec2ed2125e8966ace9d61d
* EVS: Android.bp -> Android.mkSteven Moreland2017-05-021-1/+0
| | | | | | | | | | | EVS currently violates VNDK restrictions. Since it is in Soong, this effects all targets. Temporarily converting it to make until its dependencies are figured out so that we can enable the VNDK on continuous integration only for Soong targets. Test: links Bug: 37426620 Change-Id: I9935ac764a4339bf8831ac720ab3de783c43f94f
* Add VTS tests for EVS HALScott Randolph2017-03-311-0/+1
| | | | | | | | | Note: This change list was developed as ag/2031642 on master, but cherry picks are broken at the moment, so reapplying directly to oc-dev. The change in master will be abandoned in favor of the auto-merger. Test: Run them against the default (mock) driver on bat_land Change-Id: I7ae523eb6a18ce6a1d0dcd8494f335ffa77f34f1
* Move EVS HAL under automotive folderScott Randolph2017-03-061-0/+2
| | | | | Test: Build locally Change-Id: I76aa7eb52497169d0edcb6d756e0a7ca31bb0b46
* Regenerate make files for Vehicle HAL 2.1Pavel Maltsev2017-02-161-1/+0
| | | | | | | Test: m -j32 ; manually verified Car Service is able to connect to HAL Bug: b/34716856 Change-Id: I544fa67181ef1d5212c6476100728edaa9aa6c7e
* Initial submit of Vehicle HAL 2.1Pavel Maltsev2017-02-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | Major changes / decisions: - created empty IVehicle@2.1 interface to distinguish HAL impls from client's (Car Service) perspective; - created default 2.1 implementation that currently delegates all calls to existing 2.0 implementation - had to refactor a little bit 2.0 thus components could be esily imported in 2.1 TOOD: - move OBD and VMS code to 2.1 - decouple "DefaultVehicleHal.cpp" - rename "DefaultVehicleHal" to Emulator (let's call things by their names) b/34716856 Test: todo Change-Id: Ib23650ca1277f0dfb24e5c789d65a19dce8b1abc
* Move Vehicle HAL under automotive packagePavel Maltsev2017-02-051-0/+5
Test: verified unit tests and VTS are passing Bug: b/33200203 Change-Id: I69cc4bc0d4cbc1a6bf2f77564a8f70412fe06947