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

Commit 56ad2c4b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

Change-Id: Ice4ef5b61cd00989337fa3f6a8a0a583bf6141e0
parents d8b7c097 efde4504
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -27,6 +27,11 @@ cc_library {
        enabled: true,
        enabled: true,
        support_system_process: true,
        support_system_process: true,
    },
    },
    apex_available: [
        "//apex_available:platform",
        "com.android.media.swcodec",
    ],
    min_sdk_version: "29",


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


    cflags: [
    cflags: [
        "-DNO_BUFFERHUB",
        "-DNO_BUFFERHUB",
+8 −0
Original line number Original line Diff line number Diff line
@@ -16,6 +16,14 @@ cc_library_static {
    name: "libmath",
    name: "libmath",
    host_supported: true,
    host_supported: true,
    vendor_available: 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"],
    export_include_dirs: ["include"],
}
}