Merge "Fix fastboot dist to be compatible with adb"
am: 9e8e19a722
Change-Id: Id99fcf0d421f1cb47b173154af5b61941ccb7dcb
This commit is contained in:
commit
504696f5c2
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ LOCAL_SHARED_LIBRARIES :=
|
|||
|
||||
include $(BUILD_HOST_EXECUTABLE)
|
||||
|
||||
my_dist_files := $(LOCAL_BUILT_MODULE)
|
||||
my_dist_files := $(HOST_OUT_EXECUTABLES)/fastboot
|
||||
my_dist_files += $(HOST_OUT_EXECUTABLES)/mke2fs$(HOST_EXECUTABLE_SUFFIX)
|
||||
my_dist_files += $(HOST_OUT_EXECUTABLES)/e2fsdroid$(HOST_EXECUTABLE_SUFFIX)
|
||||
my_dist_files += $(HOST_OUT_EXECUTABLES)/make_f2fs$(HOST_EXECUTABLE_SUFFIX)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue