Files
device_nothing_Spacewar/gpt-utils/Android.bp
Kujou Yuko 11a3d834ae Spacewar: Import bootctrl and gpt-utils from CAF
* From LA.UM.9.14.r1-18900-LAHAINA.QSSI12.0.

Signed-off-by: Kujou Yuko <i@779.moe>
Change-Id: Ifa0132c7cfe67bd46093404dfa53d8c6d5298243
2022-09-19 13:04:32 +00:00

25 lines
502 B
Plaintext

//
// Copyright (C) 2022 The Android Open Source Project
//
// SPDX-License-Identifier: Apache-2.0
//
cc_library {
name: "libgptutils.nothing",
vendor: true,
recovery_available: true,
srcs: [
"gpt-utils.cpp",
"recovery-ufs-bsg.cpp",
],
shared_libs: [
"libcutils",
"liblog",
"libz",
],
cflags: ["-D_BSG_FRAMEWORK_KERNEL_HEADERS"],
owner: "qti",
export_include_dirs: ["."],
header_libs: ["generated_kernel_headers"],
}