17 lines
311 B
Plaintext
17 lines
311 B
Plaintext
// Copyright 2018 The Android Open Source Project
|
|
|
|
cc_library {
|
|
name: "libfscrypt",
|
|
recovery_available: true,
|
|
srcs: [
|
|
"fscrypt.cpp",
|
|
],
|
|
export_include_dirs: ["include"],
|
|
shared_libs: [
|
|
"libbase",
|
|
"libcutils",
|
|
"libkeyutils",
|
|
"liblogwrap",
|
|
],
|
|
}
|