mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:23:37 +00:00
A change is being made so that sandboxed actions need to add a dependency on the targets of the symlinks they use. All xsd_config modules use sandboxing by default. In this case, the symlink isn't necessary, and we can just depend on the audio_effects_conf_V2_0 genrule instead. Bug: 307824623 Test: Presubmits Change-Id: Ia3c2e8adced78b39881d8c0390c881c0d28ecde4
15 lines
479 B
Plaintext
15 lines
479 B
Plaintext
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"],
|
|
}
|
|
|
|
xsd_config {
|
|
name: "audio_effects_conf_V5_0",
|
|
srcs: [":audio_effects_conf_V2_0"],
|
|
package_name: "audio.effects.V5_0",
|
|
}
|