Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74562e70 authored by Bob Badour's avatar Bob Badour
Browse files

[LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces

Added SPDX-license-identifier-Apache-2.0 to:
  automotive/audiocontrol/1.0/default/test/fuzzer/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: I0c2349dd06447d33d83df22601c4c410569ec348
parent be9a813a
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -18,6 +18,15 @@
 * Originally developed and contributed by Ittiam Systems Pvt. Ltd, Bangalore
 */

package {
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "hardware_interfaces_license"
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["hardware_interfaces_license"],
}

cc_fuzz {
    name: "audiocontrolV1.0_fuzzer",
    host_supported: true,