INitial upload

gpt-utils bootctl and security
This commit is contained in:
Russell Reynolds 2024-01-23 08:53:13 -06:00 committed by GitHub
commit 65b0960aaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 2201 additions and 0 deletions

28
bootctrl/Android.bp Normal file
View file

@ -0,0 +1,28 @@
//
// Copyright (C) 2018 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
cc_library {
name: "bootctrl.moto_sm8475",
defaults: ["bootctrl_hal_defaults"],
static_libs: ["libgptutils.moto_sm8475"],
}
cc_library_shared {
name: "android.hardware.boot@1.2-impl-qti",
stem: "android.hardware.boot@1.0-impl-1.2-qti",
defaults: ["android.hardware.boot@1.2-impl-qti_defaults"],
static_libs: ["libgptutils.moto_sm8475"],
}