799d86bb52
Change-Id: I82ec6b0d2293dc13524660fd0e2539f08ced2f9f
13 lines
273 B
Text
13 lines
273 B
Text
//
|
|
// Copyright (C) 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"]
|
|
}
|