diff options
| author | Ying Wang <wangying@google.com> | 2012-09-05 10:26:43 -0700 |
|---|---|---|
| committer | Ying Wang <wangying@google.com> | 2012-09-05 10:26:43 -0700 |
| commit | 96535ba62044c712f8b017fe569f598a7a2934c2 (patch) | |
| tree | a017aa5ce95a961ef793dc95289cedc575fb0e30 /fastboot | |
| parent | 345ca131bbc17b1ae1073db04f37f6610ccb4c71 (diff) | |
| download | system_core-96535ba62044c712f8b017fe569f598a7a2934c2.tar.gz system_core-96535ba62044c712f8b017fe569f598a7a2934c2.tar.bz2 system_core-96535ba62044c712f8b017fe569f598a7a2934c2.zip | |
Dist fastboot and adb for the sdk build.
So they can be downloaded from the build page.
Bug: 7109694
Change-Id: Ibc60d0acbc5d2445c01010fd0bd4654a240b0a88
Diffstat (limited to 'fastboot')
| -rw-r--r-- | fastboot/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fastboot/Android.mk b/fastboot/Android.mk index 905f7598f..92e9219db 100644 --- a/fastboot/Android.mk +++ b/fastboot/Android.mk @@ -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) |
