-
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: Implement display config 1.7 interfaces.
Change-Id: I5d68407ed388e62d7900944c90d407549535c0da CRs-Fixed: 2362214 Signed-off-by: Karthi Kandasamy <[email protected]>
- Loading branch information
Dileep Marchya
authored and
Karthi Kandasamy
committed
Nov 22, 2019
1 parent
fdfb51f
commit 2ba7149
Showing
6 changed files
with
171 additions
and
13 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
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 |
---|---|---|
|
@@ -36,6 +36,13 @@ ifeq ($(display_config_version), DISPLAY_CONFIG_1_1) | |
LOCAL_SHARED_LIBRARIES += [email protected] | ||
endif | ||
|
||
ifeq ($(display_config_version), DISPLAY_CONFIG_1_7) | ||
LOCAL_SHARED_LIBRARIES += [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 \ | ||
hwc_display.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
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