upload android base code part4

This commit is contained in:
August 2018-08-08 17:00:29 +08:00
parent b9e30e05b1
commit 78ea2404cd
23455 changed files with 5250148 additions and 0 deletions

View file

@ -0,0 +1,25 @@
// Copyright 2011 The Android Open Source Project
//AUDIO_POLICY_TEST := true
//ENABLE_AUDIO_DUMP := true
cc_library_static {
srcs: [
"AudioHardwareInterface.cpp",
"audio_hw_hal.cpp",
],
name: "libaudiohw_legacy",
static_libs: ["libmedia_helper"],
cflags: [
"-Wno-unused-parameter",
"-Wno-gnu-designator",
],
header_libs: [
"libbase_headers",
"libhardware_legacy_headers",
],
export_header_lib_headers: ["libhardware_legacy_headers"],
}