Vehicle: IWYU

Missing dependency that was being transitively included
from MQDescriptor.h.

Test: links
Bug: 37791060
Change-Id: I90ccb2edabab8c63429caa0884f6c5820c29fe11
This commit is contained in:
Steven Moreland 2017-05-01 17:30:04 -07:00
parent 090d6b15c4
commit 356c2ced1d
3 changed files with 6 additions and 1 deletions

View file

@ -123,6 +123,9 @@ LOCAL_SRC_FILES:= \
tests/VehicleObjectPool_test.cpp \
tests/VehiclePropConfigIndex_test.cpp \
LOCAL_HEADER_LIBRARIES := \
libbase_headers
LOCAL_SHARED_LIBRARIES := \
libhidlbase \
libhidltransport \

View file

@ -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"

View file

@ -17,6 +17,7 @@
#include <unordered_map>
#include <iostream>
#include <android-base/macros.h>
#include <utils/SystemClock.h>
#include <gtest/gtest.h>