Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
selinux
/
1633b76f8a15ccc0de5d40ce8ca2848059abc66a
/
.
/
secilc
/
Android.bp
blob: 6334bf83b700c0f3e3a0f8c4f798a4d20a23d290 [
file
] [
log
] [
blame
]
common_CFLAGS
=
[
"-Wall"
,
"-Werror"
,
"-Wshadow"
,
]
cc_binary
{
name
:
"secilc"
,
host_supported
:
true
,
cflags
:
common_CFLAGS
,
srcs
:
[
"secilc.c"
],
static_libs
:
[
"libsepol"
],
stl
:
"none"
,
}