summaryrefslogtreecommitdiff
path: root/modules/soundtrigger/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/soundtrigger/Android.bp')
-rw-r--r--modules/soundtrigger/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/soundtrigger/Android.bp b/modules/soundtrigger/Android.bp
index aa5e8048..86cc593d 100644
--- a/modules/soundtrigger/Android.bp
+++ b/modules/soundtrigger/Android.bp
@@ -13,6 +13,15 @@
// limitations under the License.
// Stub sound_trigger HAL module, used for tests
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "hardware_libhardware_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["hardware_libhardware_license"],
+}
+
cc_library_shared {
name: "sound_trigger.stub.default",
relative_install_path: "hw",