Declare IDisplay aidl interface for secondary
Bug: 283353282 Test: Test pixel display interface Change-Id: I20ed33b7cae127fa9e2e4f63fe939d9ccf639add
This commit is contained in:
parent
5d296b8dfc
commit
ce094bc0df
2 changed files with 12 additions and 1 deletions
|
@ -21,6 +21,9 @@ TARGET_SCREEN_DENSITY := 390
|
|||
BOARD_USES_GENERIC_AUDIO := true
|
||||
USES_DEVICE_GOOGLE_COMET := true
|
||||
|
||||
#Display
|
||||
USES_IDISPLAY_INTF_SEC := true
|
||||
|
||||
include device/google/zumapro/BoardConfig-common.mk
|
||||
-include vendor/google_devices/zumapro/prebuilts/BoardConfigVendor.mk
|
||||
include device/google/comet-sepolicy/comet-sepolicy.mk
|
||||
|
|
|
@ -17,4 +17,12 @@
|
|||
</interface>
|
||||
<fqname>IGnss/default</fqname>
|
||||
</hal>
|
||||
</compatibility-matrix>
|
||||
<hal format="aidl" optional="true">
|
||||
<name>com.google.hardware.pixel.display</name>
|
||||
<version>9</version>
|
||||
<interface>
|
||||
<name>IDisplay</name>
|
||||
<instance>secondary</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
</compatibility-matrix>
|
Loading…
Add table
Add a link
Reference in a new issue