aboutsummaryrefslogtreecommitdiff
path: root/car-lib/src_feature_current
AgeCommit message (Collapse)Author
2017-09-19Making VMS a @SystemAPIAsaf Rosenfeld
This CL should go in the Pi/Master and O.Car.MR1 branches. Test: I built an image w/o @FutureFeature enabled and verified all the tests pass. Also fixed a test flakiness. Change-Id: I50495d6264c7932b670a4fae456d7f89ab5c1e55
2017-05-06Enable Vehicle HAL 2.1 and Diagnostics by default in master.Enrico Granata
Bug: 37246134 Test: verified VHAL 2.1 running via lshal and logcat; verifed diagnostic_injector.py can inject diagnostic data Change-Id: I49d20de2a440cf45d2a0928fe43197e491a0ba66
2017-02-15Support VHAL 2.1 in Car ServicePavel Maltsev
Bug: b/34716856 Test: manual Change-Id: I6c5f83fc097dcc373fb3a97a4c57f9c143a73a70
2017-02-09Post-O. Sketch out CarDiagnosticManager API surfaceEnrico Granata
Provide an implementation of all layers required to plumb CarDiagnosticManager through: * CarDiagnosticEvent * DiagnosticHalService * CarDiagnosticService * CarDiagnosticManager If FutureFeatures are enabled, this is integrated end-to-end enough to run trivial tests of the API Test: build with TARGET_USES_CAR_FUTURE_FEATURES=true then at a shell runtest -x packages/services/Car/tests/android_car_api_test/ -c android.car.apitest.CarDiagnosticManagerTest Change-Id: I0f2aafd039d26fec15182dd7029cf8c7995ce85b
2017-02-08Protecting VmsSubscriberManager with the future annotation and future flag.Antonio Cortes
Needed to move the FeatureConfiguration.java from service to car-lib because it is used in Car.java This is a post-O feature. Bug: b/34976096 Test: Build with TARGET_USES_CAR_FUTURE_FEATURES set to true and to false. Change-Id: I25848a0bfe6a6d59181dde48399fd2e1e8f10e4c