aboutsummaryrefslogtreecommitdiff
path: root/car-lib/src_feature_current
diff options
context:
space:
mode:
authorEnrico Granata <egranata@google.com>2017-02-07 15:38:12 -0800
committerEnrico Granata <egranata@google.com>2017-02-09 16:48:04 -0800
commit5c56d2a3a5bc4ef5b46a58fa56b7f4a657b0827e (patch)
treea59b26379a60ea8f853ff03899fff39e3dccd9ac /car-lib/src_feature_current
parent99ead80abdea85c9cb4bb191cb163f115254571b (diff)
downloadCar-5c56d2a3a5bc4ef5b46a58fa56b7f4a657b0827e.tar.gz
Post-O. Sketch out CarDiagnosticManager API surface
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
Diffstat (limited to 'car-lib/src_feature_current')
-rw-r--r--car-lib/src_feature_current/com/android/car/internal/FeatureConfiguration.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/car-lib/src_feature_current/com/android/car/internal/FeatureConfiguration.java b/car-lib/src_feature_current/com/android/car/internal/FeatureConfiguration.java
index 55da8707dc..aeb25a0dbd 100644
--- a/car-lib/src_feature_current/com/android/car/internal/FeatureConfiguration.java
+++ b/car-lib/src_feature_current/com/android/car/internal/FeatureConfiguration.java
@@ -26,4 +26,5 @@ public class FeatureConfiguration {
/** product configuration in CarInfoManager */
public static final boolean ENABLE_PRODUCT_CONFIGURATION_INFO = DEFAULT;
public static final boolean ENABLE_VEHICLE_MAP_SERVICE = DEFAULT;
+ public static final boolean ENABLE_DIAGNOSTIC = DEFAULT;
}