dashboard
repositories
activity
search
login
lzh
/
A133
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(battery): fixed the problem of abnormal battery power display
lin
2025-02-18
579f327609a9782026d9f48e771971ffc11d8a59
[~lzh/A133.git]
/
android
/
system
/
core
/
cpio
/
Android.bp
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2005 The Android Open Source Project
cc_binary_host {
name: "mkbootfs",
srcs: ["mkbootfs.c"],
cflags: ["-Werror"],
shared_libs: ["libcutils"],
dist: {
targets: ["dist_files"],
},
}