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

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

release-request-70e541de-d91e-4004-8c17-3147135eff42-for-git_oc-dr1-release-39...

release-request-70e541de-d91e-4004-8c17-3147135eff42-for-git_oc-dr1-release-3993143 snap-temp-L23100000062404817

Change-Id: If37effdaf6d8bee88dc9c4b689826a77f31056ce
parents 96c29355 01329bc5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ filegroup {
genrule {
    name: "android.hardware.bluetooth@1.0_genc++",
    tools: ["hidl-gen"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.bluetooth@1.0",
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.bluetooth@1.0",
    srcs: [
        ":android.hardware.bluetooth@1.0_hal",
    ],
@@ -26,7 +26,7 @@ genrule {
genrule {
    name: "android.hardware.bluetooth@1.0_genc++_headers",
    tools: ["hidl-gen"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.bluetooth@1.0",
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.bluetooth@1.0",
    srcs: [
        ":android.hardware.bluetooth@1.0_hal",
    ],
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ filegroup {
genrule {
    name: "android.hardware.boot@1.0_genc++",
    tools: ["hidl-gen"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.boot@1.0",
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++-sources -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.boot@1.0",
    srcs: [
        ":android.hardware.boot@1.0_hal",
    ],
@@ -24,7 +24,7 @@ genrule {
genrule {
    name: "android.hardware.boot@1.0_genc++_headers",
    tools: ["hidl-gen"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.boot@1.0",
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++-headers -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.boot@1.0",
    srcs: [
        ":android.hardware.boot@1.0_hal",
    ],
+0 −2
Original line number Diff line number Diff line
@@ -508,8 +508,6 @@ status_t CameraMetadata::getTagFromName(const char *name,
        }
    }

    // TODO: Make above get_camera_metadata_section_from_name ?

    if (section == NULL) {
        return NAME_NOT_FOUND;
    } else {
+1 −1
Original line number Diff line number Diff line
@@ -17,9 +17,9 @@
#ifndef CAMERA_COMMON_1_0_HANDLEIMPORTED_H
#define CAMERA_COMMON_1_0_HANDLEIMPORTED_H

#include <system/window.h>
#include <utils/Mutex.h>
#include <android/hardware/graphics/mapper/2.0/IMapper.h>
#include <cutils/native_handle.h>

using android::hardware::graphics::mapper::V2_0::IMapper;

+0 −2
Original line number Diff line number Diff line
@@ -33,8 +33,6 @@ interface ICameraDeviceCallback {
     * Define a memory buffer from the provided handle and size, and return a
     * unique identifier for the HAL to use to reference it with.
     *
     * TODO(b/33269977): Ensure this aligns with design and performance goals.
     *
     * @param descriptor A native handle that must have exactly one file
     *     descriptor in it; the file descriptor must be memory mappable to
     *     bufferSize * bufferCount bytes.
Loading