am 1098fa7d: am 96535ba6: Dist fastboot and adb for the sdk build.
* commit '1098fa7d49ebf1a637cfab0c799fdaa1f310f2b9': Dist fastboot and adb for the sdk build.
This commit is contained in:
commit
62757e02b0
|
@ -85,7 +85,7 @@ endif
|
|||
|
||||
include $(BUILD_HOST_EXECUTABLE)
|
||||
|
||||
$(call dist-for-goals,dist_files,$(LOCAL_BUILT_MODULE))
|
||||
$(call dist-for-goals,dist_files sdk,$(LOCAL_BUILT_MODULE))
|
||||
|
||||
ifeq ($(HOST_OS),windows)
|
||||
$(LOCAL_INSTALLED_MODULE): \
|
||||
|
|
|
@ -65,7 +65,7 @@ endif # HOST_OS != windows
|
|||
include $(BUILD_HOST_EXECUTABLE)
|
||||
|
||||
|
||||
$(call dist-for-goals,dist_files,$(LOCAL_BUILT_MODULE))
|
||||
$(call dist-for-goals,dist_files sdk,$(LOCAL_BUILT_MODULE))
|
||||
|
||||
|
||||
ifeq ($(HOST_OS),linux)
|
||||
|
|
Loading…
Reference in New Issue