blob: 562cbe24c1798def2b509a8a03f6b3c4ab030001 [file] [log] [blame]
// This is the expected build file, but it may not be right in all cases
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "device_generic_car_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["device_generic_car_license"],
}
aidl_interface {
name: "device.generic.car.emulator-aidl",
vendor_available: true,
owner: "google",
srcs: ["device/generic/car/emulator/*.aidl"],
stability: "vintf",
backend: {
cpp: {
enabled: false,
},
java: {
enabled: false,
},
ndk: {
enabled: true,
},
},
defaults: ["android.hardware.automotive.vehicle-latest-defaults"],
versions_with_info: [
{
version: "1",
imports: [
"android.hardware.automotive.vehicle-V3",
"android.hardware.automotive.vehicle.property-V4",
],
},
],
}
cc_defaults {
name: "device.generic.car.emulator-aidl-latest-ndk-defaults",
shared_libs: [
"device.generic.car.emulator-aidl-V2-ndk",
],
}