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 (cherry picked from commit 0e0665efec1b61ef329a370b9483937b7ce9ac9f) Merged-In: I7bb9d561506849bac2353d9356a6580f6e2393ab
This commit is contained in:
parent
8a8f0d77fe
commit
951fce0fa5
3 changed files with 4 additions and 4 deletions
|
@ -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",
|
||||
|
|
|
@ -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 += \
|
||||
|
|
Loading…
Reference in a new issue