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

Commit e7e2215e authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "gui/math/gralloc: Set min_sdk_version" into rvc-dev am:...

Merge "Merge "gui/math/gralloc: Set min_sdk_version" into rvc-dev am: efde4504 am: ec564d9b am: ed109246" into rvc-qpr-dev-plus-aosp
parents c607ad88 8abbda0c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -27,6 +27,11 @@ cc_library {
        enabled: true,
        support_system_process: true,
    },
    apex_available: [
        "//apex_available:platform",
        "com.android.media.swcodec",
    ],
    min_sdk_version: "29",

    srcs: [
        "Gralloc4.cpp"
+5 −0
Original line number Diff line number Diff line
@@ -130,6 +130,11 @@ cc_library_shared {
cc_library_static {
    name: "libgui_bufferqueue_static",
    vendor_available: true,
    apex_available: [
        "//apex_available:platform",
        "com.android.media.swcodec",
    ],
    min_sdk_version: "29",

    cflags: [
        "-DNO_BUFFERHUB",
+8 −0
Original line number Diff line number Diff line
@@ -16,6 +16,14 @@ cc_library_static {
    name: "libmath",
    host_supported: true,
    vendor_available: true,
    apex_available: [
        "//apex_available:platform",
        "com.android.media",
        "com.android.media.swcodec",
        "com.android.neuralnetworks",
    ],
    min_sdk_version: "29",

    export_include_dirs: ["include"],
}