17 lines
424 B
Plaintext
17 lines
424 B
Plaintext
//
|
|
// Copyright (C) 2025 The LineageOS Project
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_library_static {
|
|
name: "librecovery_updater_samsung",
|
|
include_dirs: [
|
|
"bootable/deprecated-ota/edify/include",
|
|
"bootable/deprecated-ota/updater/include",
|
|
"bootable/recovery",
|
|
"bootable/recovery/otautil/include",
|
|
"system/libbase/include",
|
|
],
|
|
srcs: ["recovery_updater.cpp"],
|
|
}
|