Initial upload
This commit is contained in:
parent
5cf1088c7b
commit
b29adbd26f
9 changed files with 562 additions and 0 deletions
12
Android.bp
Normal file
12
Android.bp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
//
|
||||
// Copyright (C) 2023 The Android Open Source Project
|
||||
// Copyright (C) 2023 SebaUbuntu's TWRP device tree generator
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
soong_namespace {
|
||||
imports: [
|
||||
"hardware/qcom-caf/bootctrl",
|
||||
],
|
||||
}
|
||||
Loading…
Reference in a new issue