2025-07-28 13:01:06 -04:00
|
|
|
//
|
|
|
|
// Copyright (C) 2025 The Android Open Source Project
|
|
|
|
// Copyright (C) 2025 SebaUbuntu's TWRP device tree generator
|
2025-07-28 23:11:12 -04:00
|
|
|
// SPDX-FileCopyrightText: 2025 A-Team Digital Solutions
|
2025-07-28 13:01:06 -04:00
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
soong_namespace {
|
|
|
|
}
|
2025-07-28 23:11:12 -04:00
|
|
|
|
|
|
|
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,
|
|
|
|
}
|
|
|
|
|