Skip to content

Commit

Permalink
display: Modifies Display Variants for QMAA Support
Browse files Browse the repository at this point in the history
Change-Id: I71736ac1d28ebe53269435b85581c27ea1fe416a
  • Loading branch information
Zube Molokwu authored and Gerrit - the friendly Code Review server committed Jul 14, 2021
1 parent bc06c56 commit 01515ef
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ qtidisplay_cc_defaults {
},
headless: {
header_libs: ["display_headers"],
enabled: false,
conditions_default: {
enabled: true,
},
},
},
}
Expand Down
1 change: 1 addition & 0 deletions gpu_tonemapper/Android.bp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
cc_library_shared {
name: "libgpu_tonemapper",
defaults: ["qtidisplay_defaults"],
sanitize: {
integer_overflow: true,
},
Expand Down
8 changes: 4 additions & 4 deletions gralloc/Android.bp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//libgrallocutils
cc_library_shared {
name: "libgrallocutils",
defaults: ["qtidisplay_defaults"],
defaults: ["qtidisplay_common_defaults"],
vendor: true,
sanitize: {
integer_overflow: true,
Expand Down Expand Up @@ -39,7 +39,7 @@ cc_library_shared {
//libgralloccore
cc_library_shared {
name: "libgralloccore",
defaults: ["qtidisplay_defaults"],
defaults: ["qtidisplay_common_defaults"],
sanitize: {
integer_overflow: true,
},
Expand Down Expand Up @@ -87,7 +87,7 @@ cc_library_shared {
//mapper4
cc_library_shared {
name: "[email protected]",
defaults: ["qtidisplay_defaults"],
defaults: ["qtidisplay_common_defaults"],
sanitize: {
integer_overflow: true,
},
Expand Down Expand Up @@ -128,7 +128,7 @@ cc_library_shared {
//allocator
cc_binary {
name: "vendor.qti.hardware.display.allocator-service",
defaults: ["qtidisplay_defaults"],
defaults: ["qtidisplay_common_defaults"],
sanitize: {
integer_overflow: true,
},
Expand Down
1 change: 1 addition & 0 deletions hdmi_cec/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
cc_library_shared {

name: "hdmi_cec.qcom",
defaults: ["qtidisplay_defaults"],
sanitize: {
integer_overflow: true,
},
Expand Down
2 changes: 1 addition & 1 deletion libdebug/Android.bp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cc_library_shared {

name: "libdisplaydebug",
defaults: ["qtidisplay_defaults"],
defaults: ["qtidisplay_common_defaults"],
sanitize: {
integer_overflow: true,
},
Expand Down
1 change: 1 addition & 0 deletions libdrmutils/Android.bp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cc_library_shared {

name: "libdrmutils",
defaults: ["qtidisplay_defaults"],
sanitize: {
integer_overflow: true,
},
Expand Down
2 changes: 2 additions & 0 deletions oem_services/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
cc_library_shared {

name: "libfilefinder",
defaults: ["qtidisplay_defaults"],
sanitize: {
integer_overflow: true,
},
Expand Down Expand Up @@ -39,6 +40,7 @@ cc_library_shared {
cc_binary {

name: "[email protected]",
defaults: ["qtidisplay_defaults"],
sanitize: {
integer_overflow: true,
},
Expand Down

0 comments on commit 01515ef

Please sign in to comment.