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

Commit cbe98650 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Vehicle: IWYU" into oc-dev-plus-aosp

parents 9a4edfb4 aee42f01
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -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 \
+2 −1
Original line number Original line Diff line number Diff line
@@ -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"


+1 −0
Original line number Original line Diff line number Diff line
@@ -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>