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

Commit ef685e33 authored by Jooyung Han's avatar Jooyung Han Committed by Gerrit Code Review
Browse files

Merge "gui/math: Set min_sdk_version"

parents ed760b06 394c1774
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -107,6 +107,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"],
}
}