Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 356c2ced authored by Steven Moreland's avatar Steven Moreland
Browse files

Vehicle: IWYU

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

Test: links
Bug: 37791060
Change-Id: I90ccb2edabab8c63429caa0884f6c5820c29fe11
parent 090d6b15
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 \
+2 −1
Original line number Diff line number Diff line
@@ -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"

+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#include <unordered_map>
#include <iostream>

#include <android-base/macros.h>
#include <utils/SystemClock.h>

#include <gtest/gtest.h>