代码拉取完成,页面将自动刷新
package {
default_applicable_licenses: ["external_tinycompress_license"],
}
// Added automatically by a large-scale-change
//
// large-scale-change filtered out the below license kinds as false-positives:
// SPDX-license-identifier-LGPL
// SPDX-license-identifier-LGPL-2.1
// See: http://go/android-license-faq
license {
name: "external_tinycompress_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-BSD",
],
license_text: [
"NOTICE",
],
}
cc_library_shared {
name: "libtinycompress",
vendor: true,
cflags: [
"-Wall",
"-Werror",
"-Wno-macro-redefined",
"-Wno-unused-function",
],
export_include_dirs: ["include"],
srcs: [
"compress.c",
"utils.c",
"compress_hw.c",
"compress_plugin.c",
"snd_utils.c",
],
shared_libs: [
"libcutils",
"libutils",
],
header_libs: [
"device_kernel_headers",
],
}
cc_binary {
name: "cplay",
vendor: true,
cflags: [
"-Wall",
"-Werror",
"-Wno-macro-redefined"
],
local_include_dirs: ["include"],
srcs: ["cplay.c"],
shared_libs: [
"libcutils",
"libutils",
"libtinycompress",
],
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。