Files
device_xiaomi_veux/bootctrl/Android.bp
dianlujitao de78490898 veux: move to aidl bootctrl hal
Change-Id: I50fd09148097f0cda03c1a105340a3fd5f55ce8d
Signed-off-by: Amrito | アンブロシア <bhabanidas431@gmail.com>
2025-05-21 10:53:06 +02:00

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"],
}