fastboot: add mke2fs and e2fsdroid to build package
Bug: 23686092
Bug: 63849632
Change-Id: Iff0d92b7174597d43ee646847888aedc2080052a
(cherry picked from commit 6ce78321a2
)
This commit is contained in:
parent
92064ef073
commit
c2ca105575
|
@ -86,6 +86,8 @@ LOCAL_SHARED_LIBRARIES :=
|
|||
include $(BUILD_HOST_EXECUTABLE)
|
||||
|
||||
my_dist_files := $(LOCAL_BUILT_MODULE)
|
||||
my_dist_files += $(HOST_OUT_EXECUTABLES)/mke2fs$(HOST_EXECUTABLE_SUFFIX)
|
||||
my_dist_files += $(HOST_OUT_EXECUTABLES)/e2fsdroid$(HOST_EXECUTABLE_SUFFIX)
|
||||
ifeq ($(HOST_OS),linux)
|
||||
my_dist_files += $(HOST_LIBRARY_PATH)/libf2fs_fmt_host_dyn$(HOST_SHLIB_SUFFIX)
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue