18 lines
452 B
Plaintext
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"],
|
|
}
|