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