53891ac2be
The system_matrix.xml in compatibility.zip can contain a fake AVB version as specified by BOARD_OTA_FRAMEWORK_VBMETA_VERSION_OVERRIDE. This allows OTA to pass compatibility check when the AVB version is updated *during* the OTA. Bug: 112291283 Test: specify BOARD_OTA_FRAMEWORK_VBMETA_VERSION_OVERRIDE and manual test Change-Id: I53c2de49ee68d6a3afc97201e759be344de6bdff
25 lines
942 B
Makefile
25 lines
942 B
Makefile
#
|
|
# Copyright (C) 2017 The Android Open Source Project
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|
|
|
|
# Clear input variables to BUILD_FRAMEWORK_COMPATIBILITY_MATRIX
|
|
LOCAL_ADD_VBMETA_VERSION :=
|
|
LOCAL_ADD_VBMETA_VERSION_OVERRIDE :=
|
|
LOCAL_ASSEMBLE_VINTF_ENV_VARS :=
|
|
LOCAL_ASSEMBLE_VINTF_ENV_VARS_OVERRIDE :=
|
|
LOCAL_ASSEMBLE_VINTF_ERROR_MESSAGE :=
|
|
LOCAL_ASSEMBLE_VINTF_FLAGS :=
|
|
LOCAL_KERNEL_CONFIG_DATA_PATHS :=
|
|
LOCAL_GEN_FILE_DEPENDENCIES :=
|