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

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

release-request-148314be-b6e7-4b4d-b50e-ab6405ef3c8a-for-git_oc-dr1-release-39...

release-request-148314be-b6e7-4b4d-b50e-ab6405ef3c8a-for-git_oc-dr1-release-3968906 snap-temp-L55700000060028590

Change-Id: I5483f3aa8a6d3482decbedcd66556bec54f50f6b
parents 626b3069 ee6c074c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -95,7 +95,6 @@ cc_library_shared {
        "libutils",
        "libcutils",
        "android.hardware.audio.common@2.0",
        "android.hidl.base@1.0",
    ],
    export_shared_lib_headers: [
        "libhidlbase",
@@ -103,6 +102,5 @@ cc_library_shared {
        "libhwbinder",
        "libutils",
        "android.hardware.audio.common@2.0",
        "android.hidl.base@1.0",
    ],
}
+0 −2
Original line number Diff line number Diff line
@@ -144,7 +144,6 @@ cc_library_shared {
        "libutils",
        "libcutils",
        "android.hardware.audio.common@2.0",
        "android.hidl.base@1.0",
    ],
    export_shared_lib_headers: [
        "libhidlbase",
@@ -152,6 +151,5 @@ cc_library_shared {
        "libhwbinder",
        "libutils",
        "android.hardware.audio.common@2.0",
        "android.hidl.base@1.0",
    ],
}
+0 −1
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",
+0 −2
Original line number Diff line number Diff line
@@ -73,13 +73,11 @@ cc_library_shared {
        "liblog",
        "libutils",
        "libcutils",
        "android.hidl.base@1.0",
    ],
    export_shared_lib_headers: [
        "libhidlbase",
        "libhidltransport",
        "libhwbinder",
        "libutils",
        "android.hidl.base@1.0",
    ],
}
+0 −31
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",
    ],
}
Loading