Sign in
coral
/
android-core
/
971bae0bcf0b804e67be15fbd720d802a2f21079
/
.
/
cpio
/
Android.bp
blob: baa0319073f62a0cf6037a844048f8c04622c901 [
file
] [
log
] [
blame
]
// Copyright 2005 The Android Open Source Project
cc_binary_host
{
name
:
"mkbootfs"
,
srcs
:
[
"mkbootfs.c"
],
cflags
:
[
"-Werror"
],
shared_libs
:
[
"libcutils"
],
dist
:
{
targets
:
[
"dist_files"
],
},
}