• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright 2018 The Android Open Source Project
2
3cc_library {
4    name: "libfscrypt",
5    recovery_available: true,
6    srcs: [
7        "fscrypt.cpp",
8        "fscrypt_init_extensions.cpp",
9    ],
10    export_include_dirs: ["include"],
11    shared_libs: [
12        "libbase",
13        "libcutils",
14        "libkeyutils",
15        "liblogwrap",
16    ],
17}
18