adb: restore adb/adb.exe in the list of artifacts.
Test: m dist Change-Id: Iba44a03e79af9242bfe36efb736496f8db720ebf
This commit is contained in:
parent
f8a97c1f14
commit
541a8656c4
1 changed files with 8 additions and 0 deletions
8
adb/Android.mk
Normal file
8
adb/Android.mk
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
# Archive adb, adb.exe.
|
||||
$(call dist-for-goals,dist_files sdk win_sdk,$(HOST_OUT_EXECUTABLES)/adb)
|
||||
|
||||
ifdef HOST_CROSS_OS
|
||||
$(call dist-for-goals,dist_files sdk win_sdk,$(ALL_MODULES.host_cross_adb.BUILT))
|
||||
endif
|
||||
Loading…
Add table
Reference in a new issue