android-16.0
This commit is contained in:
commit
72b7c25859
394 changed files with 155765 additions and 0 deletions
33
Android.bp
Normal file
33
Android.bp
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
//
|
||||
// Copyright (C) 2025 KonstaKANG
|
||||
//
|
||||
// SPDX-License-Identifier: LGPL-2.1
|
||||
//
|
||||
|
||||
cc_library_shared {
|
||||
name: "libasound",
|
||||
vendor: true,
|
||||
export_include_dirs: [
|
||||
"include",
|
||||
],
|
||||
srcs: [
|
||||
"src/**/*.c",
|
||||
],
|
||||
exclude_srcs: [
|
||||
"src/control/ctl_symbols_list.c",
|
||||
"src/pcm/scopes/*.c",
|
||||
"src/pcm/pcm_dmix_generic.c",
|
||||
"src/pcm/pcm_dmix_i386.c",
|
||||
"src/pcm/pcm_dmix_x86_64.c",
|
||||
"src/pcm/pcm_symbols_list.c",
|
||||
],
|
||||
cflags: [
|
||||
"-O2",
|
||||
"-DPIC",
|
||||
"-fPIC",
|
||||
"-Wno-pointer-arith",
|
||||
"-Wno-pointer-bool-conversion",
|
||||
"-Wno-single-bit-bitfield-constant-conversion",
|
||||
],
|
||||
required: ["libasound-config"],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue