gs-common: Introduce a common FCM
Change-Id: I343bfd4cce3132e87ae1465e4552d9a3316ec77d
This commit is contained in:
parent
c011de7d71
commit
24c5f5467c
2 changed files with 27 additions and 0 deletions
|
@ -30,3 +30,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/developer_gsi_keys.mk)
|
||||||
|
|
||||||
PRODUCT_COPY_FILES += \
|
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
|
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
|
||||||
|
|
24
vintf/framework_compatibility_matrix.xml
Normal file
24
vintf/framework_compatibility_matrix.xml
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
<compatibility-matrix version="9.0" type="framework">
|
||||||
|
<hal format="aidl" optional="true">
|
||||||
|
<name>aocx</name>
|
||||||
|
<interface>
|
||||||
|
<name>IAocx</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
<hal format="aidl" optional="true">
|
||||||
|
<name>com.google.flood</name>
|
||||||
|
<interface>
|
||||||
|
<name>IFloodService</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
<hal format="aidl" optional="true">
|
||||||
|
<name>vendor.google.aam</name>
|
||||||
|
<version>1-2</version>
|
||||||
|
<interface>
|
||||||
|
<name>IAam</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
</compatibility-matrix>
|
Loading…
Add table
Add a link
Reference in a new issue