adb: restore adb/adb.exe in the list of artifacts.

Test: m dist
Change-Id: Iba44a03e79af9242bfe36efb736496f8db720ebf
This commit is contained in:
Josh Gao 2018-03-28 12:45:17 -07:00
parent f8a97c1f14
commit 541a8656c4

8
adb/Android.mk Normal file
View 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