Files
Haky86 6b464b874b a71-common: Correct libinit path
Change-Id: Idcd30013225bde8713e94b73171fe0b972c7635b
2024-12-30 00:08:48 +01:00

20 lines
373 B
Plaintext

//
// Copyright (C) 2024 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
cc_library_static {
name: "libinit_sm7150",
recovery_available: true,
srcs: ["init_sm7150.cpp"],
whole_static_libs: ["libbase"],
include_dirs: [
"system/libbase/include",
"system/core/init"
],
shared_libs: [
"libbase",
],
}