Merge "Declare IDisplay aidl interface for secondary" into main
This commit is contained in:
commit
f8232cf087
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