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

This commit is contained in:
Josh Gao 2018-03-29 20:18:58 +00:00 committed by Gerrit Code Review
commit 8043633922
1 changed files with 8 additions and 0 deletions

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