Merge "Declare IDisplay aidl interface for secondary" into tm-qpr-dev am: 399c01f72b
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/18911331 Change-Id: Iad0481d0b9087e1ab76698dab90d746b5eab27da Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
49cd0254d8
3 changed files with 15 additions and 0 deletions
|
@ -235,3 +235,5 @@ PRODUCT_PACKAGES += \
|
|||
WifiOverlay2023Mid_F10
|
||||
|
||||
PRODUCT_SOONG_NAMESPACES += device/google/felix
|
||||
|
||||
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/felix/device_framework_matrix_product_felix.xml
|
||||
|
|
10
device_framework_matrix_product_felix.xml
Normal file
10
device_framework_matrix_product_felix.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<compatibility-matrix version="1.0" type="framework" level="7">
|
||||
<hal format="aidl" optional="true">
|
||||
<name>com.google.hardware.pixel.display</name>
|
||||
<version>6</version>
|
||||
<interface>
|
||||
<name>IDisplay</name>
|
||||
<instance>secondary</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
</compatibility-matrix>
|
|
@ -19,6 +19,9 @@ TARGET_SCREEN_DENSITY := 420
|
|||
BOARD_USES_GENERIC_AUDIO := true
|
||||
USES_DEVICE_GOOGLE_FELIX := true
|
||||
|
||||
#Display
|
||||
USES_IDISPLAY_INTF_SEC := true
|
||||
|
||||
include device/google/gs201/BoardConfig-common.mk
|
||||
-include vendor/google_devices/gs201/prebuilts/BoardConfigVendor.mk
|
||||
-include vendor/google_devices/felix/proprietary/BoardConfigVendor.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue