Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_device_google_gs-common
/
78e364c630db4cc739980261c821ffbc9ba32d82
/
.
/
led
/
Android.bp
blob: 6e15ac5d574002821d1f461bd6e91f179c310acc [
file
] [
log
] [
blame
]
package
{
default_applicable_licenses
:
[
"Android-Apache-2.0"
],
}
cc_binary
{
name
:
"dump_led"
,
srcs
:
[
"dump_led.cpp"
],
cflags
:
[
"-Wall"
,
"-Wextra"
,
"-Werror"
,
],
shared_libs
:
[
"libdump"
,
],
vendor
:
true
,
relative_install_path
:
"dump"
,
}