commit | 7b9f3c7b510ee62129837f48dccbe4647cf4e468 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Tue May 02 18:46:37 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue May 02 18:46:40 2017 +0000 |
tree | 808c6f48c1310d3a4f3f91f18b3c314177aa54af | |
parent | f78c5b4186d74b5ba1b314fdbcbbdc94d95d59fe [diff] | |
parent | 356c2ced1dd58915ba3997c80a3db56b1a8fdc0e [diff] |
Merge "Vehicle: IWYU"
diff --git a/automotive/vehicle/2.0/default/Android.mk b/automotive/vehicle/2.0/default/Android.mk index ee6d134..c63899d 100644 --- a/automotive/vehicle/2.0/default/Android.mk +++ b/automotive/vehicle/2.0/default/Android.mk
@@ -123,6 +123,9 @@ tests/VehicleObjectPool_test.cpp \ tests/VehiclePropConfigIndex_test.cpp \ +LOCAL_HEADER_LIBRARIES := \ + libbase_headers + LOCAL_SHARED_LIBRARIES := \ libhidlbase \ libhidltransport \
diff --git a/automotive/vehicle/2.0/default/impl/vhal_v2_0/EmulatedVehicleHal.cpp b/automotive/vehicle/2.0/default/impl/vhal_v2_0/EmulatedVehicleHal.cpp index ea40cc5..fe34a3f 100644 --- a/automotive/vehicle/2.0/default/impl/vhal_v2_0/EmulatedVehicleHal.cpp +++ b/automotive/vehicle/2.0/default/impl/vhal_v2_0/EmulatedVehicleHal.cpp
@@ -13,9 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - #define LOG_TAG "DefaultVehicleHal_v2_0" + #include <android/log.h> +#include <android-base/macros.h> #include "EmulatedVehicleHal.h"
diff --git a/automotive/vehicle/2.0/default/tests/VehicleHalManager_test.cpp b/automotive/vehicle/2.0/default/tests/VehicleHalManager_test.cpp index 04335b5..4864d5d 100644 --- a/automotive/vehicle/2.0/default/tests/VehicleHalManager_test.cpp +++ b/automotive/vehicle/2.0/default/tests/VehicleHalManager_test.cpp
@@ -17,6 +17,7 @@ #include <unordered_map> #include <iostream> +#include <android-base/macros.h> #include <utils/SystemClock.h> #include <gtest/gtest.h>