From 24c5f5467ceb80acd1b28748a34ea48f018286ee Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Thu, 6 Mar 2025 21:00:50 +0200 Subject: [PATCH] gs-common: Introduce a common FCM Change-Id: I343bfd4cce3132e87ae1465e4552d9a3316ec77d --- device.mk | 3 +++ vintf/framework_compatibility_matrix.xml | 24 ++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 vintf/framework_compatibility_matrix.xml diff --git a/device.mk b/device.mk index 45b7da8..7f7288f 100644 --- a/device.mk +++ b/device.mk @@ -30,3 +30,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/developer_gsi_keys.mk) PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.software.ipsec_tunnel_migration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.ipsec_tunnel_migration.xml + +DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += \ + device/google/gs-common/vintf/framework_compatibility_matrix.xml diff --git a/vintf/framework_compatibility_matrix.xml b/vintf/framework_compatibility_matrix.xml new file mode 100644 index 0000000..859a792 --- /dev/null +++ b/vintf/framework_compatibility_matrix.xml @@ -0,0 +1,24 @@ + + + aocx + + IAocx + default + + + + com.google.flood + + IFloodService + default + + + + vendor.google.aam + 1-2 + + IAam + default + + +