Files
device_nothing_Spacewar/bootctrl/Android.bp
dianlujitao 4fd5440084 Spacewar: move to aidl bootctrl hal
Change-Id: I50fd09148097f0cda03c1a105340a3fd5f55ce8d
2025-03-01 13:04:21 +00:00

18 lines
452 B
Plaintext

//
// Copyright (C) 2022 The Android Open Source Project
//
// SPDX-License-Identifier: Apache-2.0
//
cc_binary {
name: "android.hardware.boot-service.qti",
defaults: ["android.hardware.boot-service.qti_defaults"],
static_libs: ["libgptutils.nothing"],
}
cc_binary {
name: "android.hardware.boot-service.qti.recovery",
defaults: ["android.hardware.boot-service.qti.recovery_defaults"],
static_libs: ["libgptutils.nothing"],
}