platform_hardware_interfaces/soundtrigger/2.0/Android.bp
Kiyoung Kim 9e9d41d162 Remove VNDK definition(s)
As of VNDK deprecation, any libraries that defines vndk is no longer
valid anymore. This change removes all VNDK definition(s) from modules
which was VNDK.

Bug: 328994089
Test: AOSP CF build succeeded
Change-Id: Ifdade9c052db29c989ce7d804ba725361c4c0f8e
Merged-In: Ic4f19113c1a25dc1fb60cdfbf9c0f2d8d7d09726
2024-04-05 02:29:07 +00:00

25 lines
732 B
Text

// This file is autogenerated by hidl-gen -Landroidbp.
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"],
}
hidl_interface {
name: "android.hardware.soundtrigger@2.0",
root: "android.hardware",
srcs: [
"types.hal",
"ISoundTriggerHw.hal",
"ISoundTriggerHwCallback.hal",
],
interfaces: [
"android.hardware.audio.common@2.0",
"android.hidl.base@1.0",
],
gen_java: true,
}