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

Commit 0749d5ad authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 7899729 from e51ea5f4 to tm-release

Change-Id: If07ee896e89ce407f1b747c6bd71970c363b591e
parents 7ccbe096 e51ea5f4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ cc_library_static {
        "libmath",
        "libnativewindow",
        "librenderengine",
        "libtonemap",
        "android.hardware.graphics.mapper@3.0",
        "android.hardware.graphics.mapper@3.0-vts",
        "android.hardware.graphics.mapper@4.0",
+1 −0
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@ cc_test {
        "android.hardware.graphics.mapper@4.0-vts",
        "libgtest",
        "librenderengine",
        "libtonemap",
    ],
    header_libs: [
        "android.hardware.graphics.composer@2.1-command-buffer",
+0 −4
Original line number Diff line number Diff line
@@ -111,10 +111,6 @@ cc_library_static {
        "Health.cpp",
        "LinkedCallback.cpp",
    ],
    visibility: [
        ":__subpackages__",
        "//hardware/interfaces/tests/extension/health:__subpackages__",
    ],
    target: {
        recovery: {
            exclude_srcs: [
+0 −17
Original line number Diff line number Diff line
/*
 * Copyright (C) 2021 The Android Open Source Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

#include "nnapi/hal/aidl/BufferTracker.h"
+0 −17
Original line number Diff line number Diff line
/*
 * Copyright (C) 2021 The Android Open Source Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

#include "nnapi/hal/aidl/HalInterfaces.h"
Loading