mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
After most compatibility_matrices Make modules have been moved to Android.bp there are some unused variables and logic, so remove them to reduce the complexity which helps conversion to Android.bp and reviewing. Bug: 352234038 Test: CIs Change-Id: Ic2f4538b3e50cc1ca573634cd46eb64c4013420a
22 lines
791 B
Makefile
22 lines
791 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_ASSEMBLE_VINTF_ENV_VARS :=
|
|
LOCAL_ASSEMBLE_VINTF_FLAGS :=
|
|
LOCAL_GEN_FILE_DEPENDENCIES :=
|