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

Commit 9c8781f4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Mark libgrallocusage as vendor_available"

parents 45eeea2d e2bd601f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@

cc_library_static {
    name: "libgrallocusage",
    vendor_available: true,
    cppflags: [
        "-Weverything",
        "-Werror",
@@ -26,4 +27,5 @@ cc_library_static {
    srcs: ["GrallocUsageConversion.cpp"],
    export_include_dirs: ["include"],
    shared_libs: ["android.hardware.graphics.allocator@2.0"],
    header_libs: ["libhardware_headers"],
}