Store libf2fs_fmt_host_dyn on the build server.
It will be dynamically loaded by fastboot. Bug: 15731906 Change-Id: Iff6f2b745b4ffd2c5fe343160b3efb8dcd5702fa
This commit is contained in:
parent
787a2a697e
commit
6b048ce839
1 changed files with 6 additions and 2 deletions
|
|
@ -75,8 +75,12 @@ endif
|
|||
|
||||
include $(BUILD_HOST_EXECUTABLE)
|
||||
|
||||
|
||||
$(call dist-for-goals,dist_files sdk,$(LOCAL_BUILT_MODULE))
|
||||
my_dist_files := $(LOCAL_BUILT_MODULE)
|
||||
ifeq ($(HOST_OS),linux)
|
||||
my_dist_files += $(HOST_LIBRARY_PATH)/libf2fs_fmt_host_dyn$(HOST_SHLIB_SUFFIX)
|
||||
endif
|
||||
$(call dist-for-goals,dist_files sdk,$(my_dist_files))
|
||||
my_dist_files :=
|
||||
|
||||
|
||||
ifeq ($(HOST_OS),linux)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue