Bob Badour | 56786ac | 2021-02-25 15:24:36 -0800 | [diff] [blame^] | 1 | package { |
| 2 | // See: http://go/android-license-faq |
| 3 | // A large-scale-change added 'default_applicable_licenses' to import |
| 4 | // all of the 'license_kinds' from "frameworks_av_license" |
| 5 | // to get the below license kinds: |
| 6 | // SPDX-license-identifier-Apache-2.0 |
| 7 | default_applicable_licenses: ["frameworks_av_license"], |
| 8 | } |
| 9 | |
Dan Willemsen | 3295913 | 2017-10-30 13:36:57 -0700 | [diff] [blame] | 10 | cc_test { |
| 11 | name: "aaudio_loopback", |
| 12 | gtest: false, |
| 13 | srcs: ["src/loopback.cpp"], |
Chih-Hung Hsieh | b922c2e | 2017-11-29 14:00:30 -0800 | [diff] [blame] | 14 | cflags: ["-Wall", "-Werror"], |
Phil Burk | 4a764a3 | 2018-01-02 14:21:59 -0800 | [diff] [blame] | 15 | static_libs: ["libsndfile"], |
Phil Burk | 2c87dda | 2020-09-11 23:14:48 +0000 | [diff] [blame] | 16 | include_dirs: ["external/oboe/apps/OboeTester/app/src/main/cpp"], |
Phil Burk | 4a764a3 | 2018-01-02 14:21:59 -0800 | [diff] [blame] | 17 | shared_libs: [ |
| 18 | "libaaudio", |
Kevin Rocard | 07be14f | 2018-01-24 06:14:03 +0000 | [diff] [blame] | 19 | "libaudioutils", |
Phil Burk | 2c87dda | 2020-09-11 23:14:48 +0000 | [diff] [blame] | 20 | "liblog" |
Phil Burk | 4a764a3 | 2018-01-02 14:21:59 -0800 | [diff] [blame] | 21 | ], |
Dan Willemsen | 3295913 | 2017-10-30 13:36:57 -0700 | [diff] [blame] | 22 | header_libs: ["libaaudio_example_utils"], |
Dan Willemsen | 3295913 | 2017-10-30 13:36:57 -0700 | [diff] [blame] | 23 | } |