Files
hardware_interfaces/automotive/vehicle/aidl/generated_lib/3/cpp/Android.bp
Yu Shan be3797e07a Update defaults for IVehicleGeneratedHeaders-V3.
Change-Id: Icd2865c2761eaf3b7cba9b8b62a45a55b43cc5f0
Flag: EXEMPT build rule
Test: Presubmit
Bug: 381305588
2024-12-07 01:49:53 +00:00

38 lines
1.1 KiB
Plaintext

/*
* Copyright (C) 2022 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.
*/
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_library_headers {
name: "IVehicleGeneratedHeaders-V3-default",
vendor_available: true,
local_include_dirs: ["."],
export_include_dirs: ["."],
defaults: ["VehicleHalInterfaceDefaults-V3"],
host_supported: true,
}
cc_library_headers {
name: "IVehicleGeneratedHeaders-V3",
vendor_available: true,
local_include_dirs: ["."],
export_include_dirs: ["."],
defaults: ["VehicleHalInterfaceDefaults-V3"],
host_supported: true,
}