-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hwc2: Add support for IDisplayConfig version 1.9
Implement isDisplayBuiltIn interface Change-Id: I1d0ab15408324d98a531ade67528da5989b4f7f0 Signed-off-by: Karthi Kandasamy <[email protected]>
- Loading branch information
Karthi kandasamy
committed
Nov 22, 2019
1 parent
2ba7149
commit f0aa5b5
Showing
4 changed files
with
75 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,19 @@ LOCAL_SHARED_LIBRARIES += [email protected] \ | |
[email protected] [email protected] \ | ||
[email protected] [email protected] | ||
endif | ||
ifeq ($(display_config_version), DISPLAY_CONFIG_1_8) | ||
LOCAL_SHARED_LIBRARIES += [email protected] [email protected] \ | ||
[email protected] [email protected] \ | ||
[email protected] [email protected] \ | ||
[email protected] [email protected] | ||
endif | ||
ifeq ($(display_config_version), DISPLAY_CONFIG_1_9) | ||
LOCAL_SHARED_LIBRARIES += [email protected] [email protected] \ | ||
[email protected] [email protected] \ | ||
[email protected] [email protected] \ | ||
[email protected] [email protected] \ | ||
[email protected] | ||
endif | ||
|
||
LOCAL_SRC_FILES := hwc_session.cpp \ | ||
hwc_session_services.cpp \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters