Snap for 4393550 from 67eecda8d9
to pi-release
Change-Id: Ia5328d0231bb4d1e9349dcc768283043a340e2cc
This commit is contained in:
commit
aa1240808a
1 changed files with 11 additions and 2 deletions
13
Android.bp
13
Android.bp
|
@ -2,7 +2,12 @@ cc_library_shared {
|
|||
name: "libtinycompress",
|
||||
vendor: true,
|
||||
|
||||
cflags: ["-Wno-macro-redefined"],
|
||||
cflags: [
|
||||
"-Wall",
|
||||
"-Werror",
|
||||
"-Wno-macro-redefined",
|
||||
"-Wno-unused-function",
|
||||
],
|
||||
export_include_dirs: ["include"],
|
||||
srcs: [
|
||||
"compress.c",
|
||||
|
@ -21,7 +26,11 @@ cc_binary {
|
|||
name: "cplay",
|
||||
vendor: true,
|
||||
|
||||
cflags: ["-Wno-macro-redefined"],
|
||||
cflags: [
|
||||
"-Wall",
|
||||
"-Werror",
|
||||
"-Wno-macro-redefined"
|
||||
],
|
||||
local_include_dirs: ["include"],
|
||||
srcs: ["cplay.c"],
|
||||
shared_libs: [
|
||||
|
|
Loading…
Reference in a new issue