Added SPDX-license-identifier-Apache-2.0 to: vibrator/cs40l26/aidl/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I0f79d8c1a23c701b8cb149d966a9bc8b688ef585 Merged-In: I0f79d8c1a23c701b8cb149d966a9bc8b688ef585
22 lines
608 B
Text
22 lines
608 B
Text
package {
|
|
// See: http://go/android-license-faq
|
|
// A large-scale-change added 'default_applicable_licenses' to import
|
|
// all of the 'license_kinds' from "device_google_felix_license"
|
|
// to get the below license kinds:
|
|
// SPDX-license-identifier-Apache-2.0
|
|
default_applicable_licenses: ["device_google_felix_license"],
|
|
}
|
|
|
|
aidl_interface {
|
|
name: "android.hardware.vibrator.cs40l26-private",
|
|
srcs: [
|
|
"android/hardware/vibrator/*.aidl"
|
|
],
|
|
backend: {
|
|
java: {
|
|
enabled: false,
|
|
},
|
|
},
|
|
unstable: true,
|
|
vendor_available: true,
|
|
}
|