mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sky
synced 2026-02-01 09:40:11 +00:00
11 lines
228 B
Plaintext
11 lines
228 B
Plaintext
|
|
cc_library_static {
|
||
|
|
name: "libinit_sky",
|
||
|
|
srcs: ["init_sky.cpp"],
|
||
|
|
recovery_available: true,
|
||
|
|
whole_static_libs: ["libbase"],
|
||
|
|
include_dirs: [
|
||
|
|
"system/libbase/include",
|
||
|
|
"system/core/init"
|
||
|
|
]
|
||
|
|
}
|