aboutsummaryrefslogtreecommitdiff
path: root/init/Android.bp
blob: c0116810d579f2f2e5c8364b4b914f8f0bee882d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
// Copyright (C) 2019-2020 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//

cc_library_static {
    name: "libinit_sdm660",
    recovery_available: true,
    srcs: ["init_sdm660.cpp"],
    include_dirs: [
        "system/core/base/include",
        "system/core/init"
    ],
    shared_libs: [
        "libbase",
    ]
}