Change-Id: I50fd09148097f0cda03c1a105340a3fd5f55ce8d Signed-off-by: Amrito | アンブロシア <bhabanidas431@gmail.com>
17 lines
443 B
Plaintext
17 lines
443 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.veux"],
|
|
}
|
|
|
|
cc_binary {
|
|
name: "android.hardware.boot-service.qti.recovery",
|
|
defaults: ["android.hardware.boot-service.qti.recovery_defaults"],
|
|
static_libs: ["libgptutils.veux"],
|
|
}
|