Loading fs_mgr/Android.bp +3 −2 Original line number Diff line number Diff line Loading @@ -56,20 +56,21 @@ cc_library { "liblog", "libsquashfs_utils", "libselinux", "liblp", ], static_libs: [ "libavb", "libfstab", "libdm", "liblp", ], export_static_lib_headers: [ "libfstab", "libdm", ], export_shared_lib_headers: [ "liblp", ], whole_static_libs: [ "liblp", "liblogwrap", "libdm", "libfstab", Loading fs_mgr/liblp/Android.bp +4 −10 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ // limitations under the License. // cc_library_static { cc_library { name: "liblp", host_supported: true, recovery_available: true, Loading @@ -29,17 +29,14 @@ cc_library_static { "utility.cpp", "writer.cpp", ], static_libs: [ shared_libs: [ "libbase", "liblog", "libcrypto", "libcrypto_utils", "libsparse", ], whole_static_libs: [ "libext2_uuid", "libext4_utils", "libsparse", "libz", ], export_include_dirs: ["include"], Loading @@ -51,12 +48,9 @@ cc_test { cppflags: [ "-Wno-unused-parameter", ], static_libs: [ "libbase", "liblog", "libcrypto", "libcrypto_utils", shared_libs: [ "liblp", "libbase", "libfs_mgr", ], srcs: [ Loading init/Android.mk +1 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,7 @@ LOCAL_STATIC_LIBRARIES := \ libprotobuf-cpp-lite \ libpropertyinfoserializer \ libpropertyinfoparser \ liblp \ shared_libs := \ libcutils \ Loading Loading
fs_mgr/Android.bp +3 −2 Original line number Diff line number Diff line Loading @@ -56,20 +56,21 @@ cc_library { "liblog", "libsquashfs_utils", "libselinux", "liblp", ], static_libs: [ "libavb", "libfstab", "libdm", "liblp", ], export_static_lib_headers: [ "libfstab", "libdm", ], export_shared_lib_headers: [ "liblp", ], whole_static_libs: [ "liblp", "liblogwrap", "libdm", "libfstab", Loading
fs_mgr/liblp/Android.bp +4 −10 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ // limitations under the License. // cc_library_static { cc_library { name: "liblp", host_supported: true, recovery_available: true, Loading @@ -29,17 +29,14 @@ cc_library_static { "utility.cpp", "writer.cpp", ], static_libs: [ shared_libs: [ "libbase", "liblog", "libcrypto", "libcrypto_utils", "libsparse", ], whole_static_libs: [ "libext2_uuid", "libext4_utils", "libsparse", "libz", ], export_include_dirs: ["include"], Loading @@ -51,12 +48,9 @@ cc_test { cppflags: [ "-Wno-unused-parameter", ], static_libs: [ "libbase", "liblog", "libcrypto", "libcrypto_utils", shared_libs: [ "liblp", "libbase", "libfs_mgr", ], srcs: [ Loading
init/Android.mk +1 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,7 @@ LOCAL_STATIC_LIBRARIES := \ libprotobuf-cpp-lite \ libpropertyinfoserializer \ libpropertyinfoparser \ liblp \ shared_libs := \ libcutils \ Loading