Freeze 'current' matrix as '5'.

To signify this as being ready for release.

Bug: 147496715
Test: build & boot cf (which is at target-level 5)
Change-Id: I7bb9d561506849bac2353d9356a6580f6e2393ab
This commit is contained in:
Steven Moreland
2020-03-25 14:59:05 -07:00
parent a37ed88ebb
commit 8c583d85b6
3 changed files with 6 additions and 6 deletions

View File

@@ -79,10 +79,10 @@ vintf_compatibility_matrix {
}
vintf_compatibility_matrix {
name: "framework_compatibility_matrix.current.xml",
stem: "compatibility_matrix.current.xml",
name: "framework_compatibility_matrix.5.xml",
stem: "compatibility_matrix.5.xml",
srcs: [
"compatibility_matrix.current.xml",
"compatibility_matrix.5.xml",
],
kernel_configs: [
"kernel_config_r_4.14",

View File

@@ -97,7 +97,7 @@ my_system_matrix_deps := \
framework_compatibility_matrix.2.xml \
framework_compatibility_matrix.3.xml \
framework_compatibility_matrix.4.xml \
framework_compatibility_matrix.current.xml \
framework_compatibility_matrix.5.xml \
framework_compatibility_matrix.device.xml \
my_framework_matrix_deps += \

View File

@@ -217,7 +217,7 @@
</hal>
<hal format="hidl" optional="false">
<name>android.hardware.graphics.allocator</name>
<!-- TODO(b/136016160): deprecating 2.0. New devices should not use this -->
<!-- New, non-Go devices should use 4.0, tested in vts_treble_vintf_vendor_test -->
<version>2.0</version>
<version>3.0</version>
<version>4.0</version>
@@ -236,7 +236,7 @@
</hal>
<hal format="hidl" optional="false">
<name>android.hardware.graphics.mapper</name>
<!-- TODO(b/136016160): deprecating 2.1. New devices should not use this -->
<!-- New, non-Go devices should use 4.0, tested in vts_treble_vintf_vendor_test -->
<version>2.1</version>
<version>3.0</version>
<version>4.0</version>