21d14ca7c8
Change-Id: Icc954652cd393a401caada2c7b636a4f95ea8edb
10 lines
167 B
Plaintext
10 lines
167 B
Plaintext
cc_library_static {
|
|
name: "librecovery_updater_xiaomi",
|
|
srcs: ["recovery_updater.cpp"],
|
|
static_libs: [
|
|
"libedify",
|
|
"libotautil",
|
|
],
|
|
}
|
|
|