18 lines
437 B
Text
18 lines
437 B
Text
//
|
|
// Copyright (C) 2025 The Android Open Source Project
|
|
// Copyright (C) 2025 SebaUbuntu's TWRP device tree generator
|
|
// SPDX-FileCopyrightText: 2025 A-Team Digital Solutions
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
soong_namespace {
|
|
}
|
|
|
|
prebuilt_etc {
|
|
name: "libboot_control_qti.so",
|
|
src: "proprietary/lib64/libboot_control_qti.so",
|
|
sub_dir: "lib64",
|
|
filename_from_src: true,
|
|
installable: false,
|
|
vendor: true,
|
|
}
|
|
|