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

Commit fed12441 authored by Steven Moreland's avatar Steven Moreland
Browse files

libgrallocmapperincludes: as header lib and vendor

Bug: 33241851
Test: links
Test: try build with BOARD_VNDK_VERSION current, no errors related to
  this module
Test: (sanity) YouTube

Change-Id: Ia2c3922bf8bf1ab51396a8c8c5fa8d909c442994
parent 586fd648
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -15,7 +15,9 @@ cc_library_shared {
        "liblog",
        "liblog",
        "libutils",
        "libutils",
    ],
    ],
    static_libs: ["libgrallocmapperincludes"],
    header_libs: [
        "libgrallocmapperincludes",
    ],
}
}


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


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