Snap for 8856406 from b01196675b to udc-release

Change-Id: I7edea57be24d386481bee80b99a4e6f249aec844
This commit is contained in:
Android Build Coastguard Worker 2022-07-22 01:02:48 +00:00
commit 319a8a78ad
3 changed files with 15 additions and 0 deletions

View file

@ -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

View 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>

View file

@ -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