OSDN Git Service

ext4_utils: Export headers for libext4_utils* libs. am: 018ef1be61 am: 46dcc11638
authorTao Bao <tbao@google.com>
Mon, 10 Oct 2016 22:14:50 +0000 (22:14 +0000)
committerandroid-build-merger <android-build-merger@google.com>
Mon, 10 Oct 2016 22:14:50 +0000 (22:14 +0000)
am: c8a81642cb

Change-Id: I4b7e2a8ba9f53ffbc47a93493f3ef2b9cb2247a4

1  2 
ext4_utils/ext4_crypt.cpp
ext4_utils/ext4_crypt_init_extensions.cpp
ext4_utils/include/ext4_utils/ext4_crypt.h

@@@ -26,8 -24,8 +24,9 @@@
  #include <sys/syscall.h>
  #include <sys/stat.h>
  #include <sys/types.h>
+ #include <unistd.h>
  
 +#include <android-base/file.h>
  #include <android-base/logging.h>
  #include <cutils/properties.h>
  
@@@ -28,6 -29,7 +31,8 @@@ int e4crypt_policy_ensure(const char *d
  
  static const char* e4crypt_unencrypted_folder = "/unencrypted";
  static const char* e4crypt_key_ref = "/unencrypted/ref";
 +static const char* e4crypt_key_mode = "/unencrypted/mode";
  
  __END_DECLS
+ #endif // _EXT4_CRYPT_H_