1package { 2 default_team: "trendy_team_media_framework_audio", 3 // See: http://go/android-license-faq 4 // A large-scale-change added 'default_applicable_licenses' to import 5 // all of the 'license_kinds' from "frameworks_av_license" 6 // to get the below license kinds: 7 // SPDX-license-identifier-Apache-2.0 8 default_applicable_licenses: ["frameworks_av_license"], 9} 10 11cc_test { 12 name: "aaudio_loopback", 13 gtest: false, 14 srcs: ["src/loopback.cpp"], 15 cflags: [ 16 "-Wall", 17 "-Werror", 18 ], 19 static_libs: ["libsndfile"], 20 include_dirs: ["external/oboe/apps/OboeTester/app/src/main/cpp"], 21 shared_libs: [ 22 "libaaudio", 23 "libaudioutils", 24 "liblog", 25 ], 26 header_libs: ["libaaudio_example_utils"], 27} 28