commit | 0b7c287fc8d4be9ffed55167be40c9d086e42d1f | [log] [tgz] |
---|---|---|
author | Hao Chen <chenhaosjtuacm@google.com> | Wed May 12 12:21:33 2021 -0700 |
committer | Enrico Granata <egranata@google.com> | Tue May 18 10:38:55 2021 -0600 |
tree | 5e0037e0aaeebcf3803ddbbf53cd2dfd60bc287b | |
parent | 15bfaf51267ba3cb37402c691324df6a463eb3c8 [diff] [blame] |
Use PropStore on the Server Side to Simulate ECU Test: build and unit tests Bug: 188005769 Change-Id: I5aff41acbc4795def84ceb8e363019ff9668120c
diff --git a/automotive/vehicle/2.0/default/Android.bp b/automotive/vehicle/2.0/default/Android.bp index 21c1a6e..ffa0c13 100644 --- a/automotive/vehicle/2.0/default/Android.bp +++ b/automotive/vehicle/2.0/default/Android.bp
@@ -134,6 +134,7 @@ srcs: [ "common/src/Obd2SensorStore.cpp", "common/src/VehicleObjectPool.cpp", + "common/src/VehiclePropertyStore.cpp", "common/src/VehicleUtils.cpp", ], }