summaryrefslogtreecommitdiff
path: root/ext4_utils
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-08-12 15:19:05 -0700
committerTao Bao <tbao@google.com>2018-08-12 15:21:12 -0700
commit9f5a79a7bc76faef5fbf6862617753edef0f255b (patch)
tree7626b50632c60b9101b6dfb5598036896b32756b /ext4_utils
parent782fc1dc14ea1bf9746d5010bcdd3380d5ab6ead (diff)
downloadextras-9f5a79a7bc76faef5fbf6862617753edef0f255b.tar.gz
ext4_utils: Build ext4_crypt_init_extensions.cpp into shared lib.
This allows second stage init using libext4_utils.so. Bug: 112494634 Test: `m dist checkbuild` with aosp_marlin-userdebug Change-Id: I72141cff901c7a124c9b791535b66884eae747fb
Diffstat (limited to 'ext4_utils')
-rw-r--r--ext4_utils/Android.bp9
1 files changed, 1 insertions, 8 deletions
diff --git a/ext4_utils/Android.bp b/ext4_utils/Android.bp
index 0deca762..c65a23c7 100644
--- a/ext4_utils/Android.bp
+++ b/ext4_utils/Android.bp
@@ -33,6 +33,7 @@ cc_library {
android: {
srcs: [
"ext4_crypt.cpp",
+ "ext4_crypt_init_extensions.cpp",
],
shared_libs: [
"libbase",
@@ -41,14 +42,6 @@ cc_library {
"libselinux",
],
- static: {
- srcs: [
- "ext4_crypt_init_extensions.cpp",
- ],
- static_libs: [
- "liblogwrap",
- ]
- },
shared: {
cflags: ["-DREAL_UUID"],
shared_libs: [