Skip to content

Commit 323e4e8

Browse files
committed
enable hdr
Tracked-On: OAM-134123 Signed-off-by: Kanli Hu <kanli.hu@intel.com>
1 parent d6a7681 commit 323e4e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Android.bp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ cc_defaults {
3737

3838
static_libs: [
3939
"libaidlcommonsupport",
40+
"libdisplay_info",
4041
],
4142

4243
header_libs: [
@@ -49,6 +50,7 @@ cc_defaults {
4950
],
5051

5152
cppflags: [
53+
"-DHAS_LIBDISPLAY_INFO",
5254
"-DHWC2_INCLUDE_STRINGIFICATION",
5355
"-DHWC2_USE_CPP11",
5456
],
@@ -296,4 +298,4 @@ cc_library_shared {
296298
proprietary: true,
297299
header_libs: ["libcutils_headers"],
298300
relative_install_path: "hw",
299-
}
301+
}

0 commit comments

Comments
 (0)