mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 20:24:19 +00:00
Merge "add vts profiler for vehicle hal"
This commit is contained in:
committed by
Android (Google) Code Review
commit
7cb5120785
@@ -46,3 +46,75 @@ LOCAL_PROTOC_OPTIMIZE_TYPE := full
|
||||
LOCAL_MULTILIB := both
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
|
||||
# build profiler for Vehicle.
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := libvts_profiler_hidl_vehicle@2.0
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
Vehicle.vts \
|
||||
types.vts \
|
||||
|
||||
LOCAL_C_INCLUDES += \
|
||||
test/vts/drivers/libprofiling \
|
||||
|
||||
LOCAL_VTS_MODE := PROFILER
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
android.hardware.vehicle@2.0 \
|
||||
libbase \
|
||||
libcutils \
|
||||
liblog \
|
||||
libhidlbase \
|
||||
libhidltransport \
|
||||
libhwbinder \
|
||||
libprotobuf-cpp-full \
|
||||
libvts_common \
|
||||
libvts_multidevice_proto \
|
||||
libvts_profiling \
|
||||
libutils \
|
||||
|
||||
LOCAL_PROTOC_OPTIMIZE_TYPE := full
|
||||
|
||||
LOCAL_MULTILIB := both
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
|
||||
# build profiler for VehicleCallback.
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := libvts_profiler_hidl_vehicle_callback_@2.0
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
Vehicle.vts \
|
||||
types.vts \
|
||||
|
||||
LOCAL_C_INCLUDES += \
|
||||
test/vts/drivers/libprofiling \
|
||||
|
||||
LOCAL_VTS_MODE := PROFILER
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
android.hardware.vehicle@2.0 \
|
||||
libbase \
|
||||
libcutils \
|
||||
liblog \
|
||||
libhidlbase \
|
||||
libhidltransport \
|
||||
libhwbinder \
|
||||
libprotobuf-cpp-full \
|
||||
libvts_common \
|
||||
libvts_multidevice_proto \
|
||||
libvts_profiling \
|
||||
libutils \
|
||||
|
||||
LOCAL_PROTOC_OPTIMIZE_TYPE := full
|
||||
|
||||
LOCAL_MULTILIB := both
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
Reference in New Issue
Block a user