Files
device_motorola_payton/gpt-utils/Android.bp
Michael Bestas 1fe55f06b8 payton: Switch to SPDX copyright & remove dates
Change-Id: I7c2e0ece0c8a4b50a008b956cac82ef9b1850617
2025-09-07 22:21:08 -03:00

29 lines
548 B
Plaintext

//
// SPDX-FileCopyrightText: 2018 The Android Open Source Project
// SPDX-FileCopyrightText: The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
cc_library {
name: "libgptutils.payton",
vendor: true,
recovery_available: true,
shared_libs: [
"libcutils",
"liblog",
"libz",
],
cflags: [
"-Wall",
"-Werror",
],
srcs: [
"gpt-utils.cpp",
],
owner: "qti",
header_libs: [
"generated_kernel_headers",
],
export_include_dirs: ["."],
}