We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a7681 commit 323e4e8Copy full SHA for 323e4e8
1 file changed
Android.bp
@@ -37,6 +37,7 @@ cc_defaults {
37
38
static_libs: [
39
"libaidlcommonsupport",
40
+ "libdisplay_info",
41
],
42
43
header_libs: [
@@ -49,6 +50,7 @@ cc_defaults {
49
50
51
52
cppflags: [
53
+ "-DHAS_LIBDISPLAY_INFO",
54
"-DHWC2_INCLUDE_STRINGIFICATION",
55
"-DHWC2_USE_CPP11",
56
@@ -296,4 +298,4 @@ cc_library_shared {
296
298
proprietary: true,
297
299
header_libs: ["libcutils_headers"],
300
relative_install_path: "hw",
-}
301
+}
0 commit comments