Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_system_core
/
9f1cf25332e33247b1b036ce07b32d09e076c346
/
.
/
cpio
/
Android.bp
blob: 847e0f1b9aabc0f172dbcc1543cce89a0e7de08c [
file
] [
log
] [
blame
]
// Copyright 2005 The Android Open Source Project
cc_binary_host
{
name
:
"mkbootfs"
,
srcs
:
[
"mkbootfs.c"
],
cflags
:
[
"-Werror"
],
shared_libs
:
[
"libcutils"
],
}