From ce094bc0df2df010471bfa41a64a39ad95e31b8e Mon Sep 17 00:00:00 2001 From: Burney Yu Date: Tue, 29 Aug 2023 17:22:46 +0800 Subject: [PATCH] Declare IDisplay aidl interface for secondary Bug: 283353282 Test: Test pixel display interface Change-Id: I20ed33b7cae127fa9e2e4f63fe939d9ccf639add --- comet/BoardConfig.mk | 3 +++ device_framework_matrix_product.xml | 10 +++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/comet/BoardConfig.mk b/comet/BoardConfig.mk index 23a85a8..9d23f97 100644 --- a/comet/BoardConfig.mk +++ b/comet/BoardConfig.mk @@ -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 diff --git a/device_framework_matrix_product.xml b/device_framework_matrix_product.xml index d9fe72c..9318ec6 100644 --- a/device_framework_matrix_product.xml +++ b/device_framework_matrix_product.xml @@ -17,4 +17,12 @@ IGnss/default - + + com.google.hardware.pixel.display + 9 + + IDisplay + secondary + + + \ No newline at end of file