0c303a370c
Change-Id: I1adc8afc557a0d8a7379ec24589ea68b2391d147
12 lines
280 B
Text
12 lines
280 B
Text
//
|
|
// SPDX-FileCopyrightText: 2022 The LineageOS Project
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_library_static {
|
|
name: "libinit_sm6225",
|
|
srcs: ["init_sm6225.cpp"],
|
|
recovery_available: true,
|
|
include_dirs: ["system/core/init"],
|
|
shared_libs: ["libbase"]
|
|
}
|