mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-01-27 12:07:36 +00:00
Change-Id: Ife7b541d10e427999657195f266d40b303c09532 Signed-off-by: therealmharc <therealmharc@gmail.com>
9 lines
166 B
Plaintext
9 lines
166 B
Plaintext
cc_library_static {
|
|
name: "librecovery_updater_xiaomi",
|
|
srcs: ["recovery_updater.cpp"],
|
|
static_libs: [
|
|
"libedify",
|
|
"libotautil",
|
|
],
|
|
}
|