Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_device_google_gs-common
/
refs/heads/android-15
/
.
/
wlan
/
Android.bp
blob: d8103e5bc73fb56bd8fc90adc3a6964ec95a0c2c [
file
] [
log
] [
blame
] [
edit
]
package
{
default_applicable_licenses
:
[
"Android-Apache-2.0"
],
}
cc_binary
{
name
:
"dump_wlan"
,
srcs
:
[
"dump_wlan.cpp"
],
cflags
:
[
"-Wall"
,
"-Wextra"
,
"-Werror"
,
],
shared_libs
:
[
"libdump"
,
],
vendor
:
true
,
relative_install_path
:
"dump"
,
}