1e8a0ef73e
Changed VHAL version from V2 to V3 for VehicleAreaConfig changes Bug: 290801790 Test: manual build Change-Id: I20c85f2144b088ef2e70def32602c0d41c602d29
20 lines
846 B
Makefile
20 lines
846 B
Makefile
# Copyright (C) 2023 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.
|
|
|
|
# This make file contains the latest version of static cpp libraries for VHAL
|
|
# interface and VHAL properties.
|
|
|
|
LOCAL_STATIC_LIBRARIES += \
|
|
android.hardware.automotive.vehicle-V3-ndk \
|
|
android.hardware.automotive.vehicle.property-V3-ndk
|