From ffe4e0f3487cbb76aaf51f0d4191744862d0a677 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Tue, 9 May 2017 15:29:38 -0700 Subject: [PATCH] Add device compatibility matrix. Test: device boots Bug: 37954458 Change-Id: I437a4506c17908e3107641bf6f1f0b25e4b17248 --- BoardConfig.mk | 1 + compatibility_matrix.xml | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 compatibility_matrix.xml diff --git a/BoardConfig.mk b/BoardConfig.mk index 8d3d1c7d..83ed4ace 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -143,3 +143,4 @@ BOARD_CHARGER_ENABLE_SUSPEND := true # Vendor Interface Manifest DEVICE_MANIFEST_FILE := device/google/wahoo/manifest.xml +DEVICE_MATRIX_FILE := device/google/wahoo/compatibility_matrix.xml diff --git a/compatibility_matrix.xml b/compatibility_matrix.xml new file mode 100644 index 00000000..8fde25ca --- /dev/null +++ b/compatibility_matrix.xml @@ -0,0 +1,30 @@ + + + android.frameworks.schedulerservice + 1.0 + + + android.frameworks.sensorservice + 1.0 + + + android.hidl.allocator + 1.0 + + + android.hidl.manager + 1.0 + + + android.hidl.memory + 1.0 + + + android.hidl.token + 1.0 + + + android.system.wifi.keystore + 1.0 + +