commit | 8043633922dbcbcdca54b194c62690d4ec6c2995 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu Mar 29 20:18:58 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Mar 29 20:18:58 2018 +0000 |
tree | 9bc4b646e8911b94a0d879be8cb8bf04e535cde6 | |
parent | 95a524460ab5f7694e488114378a1476415e3fe2 [diff] | |
parent | 541a8656c460a437693ba7d3105e8d8ae7a36968 [diff] |
Merge "adb: restore adb/adb.exe in the list of artifacts."
diff --git a/adb/Android.mk b/adb/Android.mk new file mode 100644 index 0000000..8b2d558 --- /dev/null +++ b/adb/Android.mk
@@ -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