mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Merge "libgrallocmapperincludes: as header lib and vendor" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0b3004f38f
@@ -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