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

Commit 0b3004f3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "libgrallocmapperincludes: as header lib and vendor" into oc-dev

parents 5af63734 fed12441
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -15,7 +15,9 @@ cc_library_shared {
        "liblog",
        "libutils",
    ],
    static_libs: ["libgrallocmapperincludes"],
    header_libs: [
        "libgrallocmapperincludes",
    ],
}

cc_binary {
+3 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
cc_library_shared {
    name: "android.hardware.graphics.mapper@2.0-impl",
    defaults: ["hidl_defaults"],
    proprietary: true,
    vendor: true,
    relative_install_path: "hw",
    srcs: ["GrallocMapper.cpp", "Gralloc0Mapper.cpp", "Gralloc1Mapper.cpp"],
    cppflags: ["-Wall", "-Wextra"],
@@ -33,7 +33,8 @@ cc_library_shared {
    ],
}

cc_library_static {
cc_library_headers {
    name: "libgrallocmapperincludes",
    vendor: true,
    export_include_dirs: ["."],
}