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

Commit e57d13b0 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

release-request-6db00e04-e62d-4e43-807a-a9cc1185dcbb-for-git_oc-mr1-release-41...

release-request-6db00e04-e62d-4e43-807a-a9cc1185dcbb-for-git_oc-mr1-release-4136929 snap-temp-L91700000077883673

Change-Id: I68ebb117d919cad0c9474bb88022fee5e1ec2e81
parents 96aeb7f3 5e463f12
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
// This is an autogenerated file, do not edit.
subdirs = [
    "evs/1.0",
    "evs/1.0/default",
    "evs/1.0/vts/functional",
    "vehicle/2.0",
    "vehicle/2.1",
+31 −0
Original line number Diff line number Diff line
cc_binary {
    name: "android.hardware.automotive.evs@1.0-service",
    defaults: ["hidl_defaults"],
    proprietary: true,
    relative_install_path: "hw",
    srcs: [
        "service.cpp",
        "EvsCamera.cpp",
        "EvsEnumerator.cpp",
        "EvsDisplay.cpp"
    ],
    init_rc: ["android.hardware.automotive.evs@1.0-service.rc"],

    shared_libs: [
        "android.hardware.automotive.evs@1.0",
        "libui",
        "libbase",
        "libbinder",
        "libcutils",
        "libhardware",
        "libhidlbase",
        "libhidltransport",
        "liblog",
        "libutils",
    ],

    cflags: [
        "-O0",
        "-g",
    ],
}
+0 −29
Original line number Diff line number Diff line
LOCAL_PATH:=$(call my-dir)

include $(CLEAR_VARS)
LOCAL_MODULE := android.hardware.automotive.evs@1.0-service
LOCAL_INIT_RC := android.hardware.automotive.evs@1.0-service.rc
LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_VENDOR_MODULE := true

LOCAL_SRC_FILES := \
    service.cpp \
    EvsCamera.cpp \
    EvsEnumerator.cpp \
    EvsDisplay.cpp \

LOCAL_SHARED_LIBRARIES := \
    android.hardware.automotive.evs@1.0 \
    libui \
    libbase \
    libbinder \
    libcutils \
    libhardware \
    libhidlbase \
    libhidltransport \
    liblog \
    libutils \

LOCAL_CFLAGS := -O0 -g

include $(BUILD_EXECUTABLE)
+2 −1
Original line number Diff line number Diff line
@@ -30,7 +30,8 @@ cc_test {
        "libcamera_metadata",
        "libbinder",
        "libgui",
        "libui"
        "libui",
        "libfmq",
    ],
    static_libs: [
        "VtsHalHidlTargetTestBase",
+352 −92

File changed.

Preview size limit exceeded, changes collapsed.

Loading