Loading automotive/vehicle/2.0/default/Android.mk +3 −0 Original line number Original line Diff line number Diff line Loading @@ -122,6 +122,9 @@ LOCAL_SRC_FILES:= \ tests/VehicleObjectPool_test.cpp \ tests/VehicleObjectPool_test.cpp \ tests/VehiclePropConfigIndex_test.cpp \ tests/VehiclePropConfigIndex_test.cpp \ LOCAL_HEADER_LIBRARIES := \ libbase_headers LOCAL_SHARED_LIBRARIES := \ LOCAL_SHARED_LIBRARIES := \ libhidlbase \ libhidlbase \ libhidltransport \ libhidltransport \ Loading automotive/vehicle/2.0/default/impl/vhal_v2_0/EmulatedVehicleHal.cpp +2 −1 Original line number Original line Diff line number Diff line Loading @@ -13,9 +13,10 @@ * See the License for the specific language governing permissions and * See the License for the specific language governing permissions and * limitations under the License. * limitations under the License. */ */ #define LOG_TAG "DefaultVehicleHal_v2_0" #define LOG_TAG "DefaultVehicleHal_v2_0" #include <android/log.h> #include <android/log.h> #include <android-base/macros.h> #include "EmulatedVehicleHal.h" #include "EmulatedVehicleHal.h" Loading automotive/vehicle/2.0/default/tests/VehicleHalManager_test.cpp +1 −0 Original line number Original line Diff line number Diff line Loading @@ -17,6 +17,7 @@ #include <unordered_map> #include <unordered_map> #include <iostream> #include <iostream> #include <android-base/macros.h> #include <utils/SystemClock.h> #include <utils/SystemClock.h> #include <gtest/gtest.h> #include <gtest/gtest.h> Loading Loading
automotive/vehicle/2.0/default/Android.mk +3 −0 Original line number Original line Diff line number Diff line Loading @@ -122,6 +122,9 @@ LOCAL_SRC_FILES:= \ tests/VehicleObjectPool_test.cpp \ tests/VehicleObjectPool_test.cpp \ tests/VehiclePropConfigIndex_test.cpp \ tests/VehiclePropConfigIndex_test.cpp \ LOCAL_HEADER_LIBRARIES := \ libbase_headers LOCAL_SHARED_LIBRARIES := \ LOCAL_SHARED_LIBRARIES := \ libhidlbase \ libhidlbase \ libhidltransport \ libhidltransport \ Loading
automotive/vehicle/2.0/default/impl/vhal_v2_0/EmulatedVehicleHal.cpp +2 −1 Original line number Original line Diff line number Diff line Loading @@ -13,9 +13,10 @@ * See the License for the specific language governing permissions and * See the License for the specific language governing permissions and * limitations under the License. * limitations under the License. */ */ #define LOG_TAG "DefaultVehicleHal_v2_0" #define LOG_TAG "DefaultVehicleHal_v2_0" #include <android/log.h> #include <android/log.h> #include <android-base/macros.h> #include "EmulatedVehicleHal.h" #include "EmulatedVehicleHal.h" Loading
automotive/vehicle/2.0/default/tests/VehicleHalManager_test.cpp +1 −0 Original line number Original line Diff line number Diff line Loading @@ -17,6 +17,7 @@ #include <unordered_map> #include <unordered_map> #include <iostream> #include <iostream> #include <android-base/macros.h> #include <utils/SystemClock.h> #include <utils/SystemClock.h> #include <gtest/gtest.h> #include <gtest/gtest.h> Loading