Skip to content

Commit

Permalink
Store libf2fs_fmt_host_dyn on the build server.
Browse files Browse the repository at this point in the history
It will be dynamically loaded by fastboot.

Bug: 15731906
Change-Id: Iff6f2b745b4ffd2c5fe343160b3efb8dcd5702fa
  • Loading branch information
Ying Wang committed Jun 19, 2014
1 parent 787a2a6 commit 6b048ce
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions fastboot/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6b048ce

Please sign in to comment.