android_device_xiaomi_sdm66.../init/Android.bp
TH779 737dba99ff
sdm660-common: init: Update libbase include path
* Google has moved system/core/base to a separate repository.
* Ref:
28d0f1a3af.

Signed-off-by: TH779 <i@779.moe>
Change-Id: I0a42abb1e47401312def3242c1cc2c3f0af9ccdf
2024-05-10 14:03:14 +03:00

18 lines
346 B
Text

//
// Copyright (C) 2019-2020,2022 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/init",
"system/libbase/include"
],
shared_libs: [
"libbase",
]
}