mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
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
This commit is contained in:
@@ -15,7 +15,9 @@ cc_library_shared {
|
||||
"liblog",
|
||||
"libutils",
|
||||
],
|
||||
static_libs: ["libgrallocmapperincludes"],
|
||||
header_libs: [
|
||||
"libgrallocmapperincludes",
|
||||
],
|
||||
}
|
||||
|
||||
cc_binary {
|
||||
|
||||
@@ -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: ["."],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user