summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-03-21 23:54:10 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-03-21 23:54:11 +0000
commit955ffc9f091acd3735cc762e4d9186cccf091e46 (patch)
tree4825c753a1d8c8c27b8c6a4595a5cfbae221a4c7
parent94892d4ead41682d60cc5ef35e9cf82c9ac1c876 (diff)
parentd13976b3e2212e3e65a353ce4510f29cafea9759 (diff)
downloadextras-955ffc9f091acd3735cc762e4d9186cccf091e46.tar.gz
Merge "simpleperf: add new scripts in sdk artifacts."
-rw-r--r--simpleperf/scripts/Android.mk11
1 files changed, 3 insertions, 8 deletions
diff --git a/simpleperf/scripts/Android.mk b/simpleperf/scripts/Android.mk
index 492aca42..d6731c30 100644
--- a/simpleperf/scripts/Android.mk
+++ b/simpleperf/scripts/Android.mk
@@ -15,13 +15,8 @@
#
LOCAL_PATH := $(call my-dir)
-SIMPLEPERF_SCRIPT_LIST := annotate.config annotate.py app_profiler.config \
- app_profiler.py binary_cache_builder.config \
- binary_cache_builder.py report_sample.py \
- report.py simpleperf_report_lib.py utils.py \
- ../README.md
-
-SIMPLEPERF_SCRIPT_LIST := $(addprefix $(LOCAL_PATH)/, $(SIMPLEPERF_SCRIPT_LIST))
+SIMPLEPERF_SCRIPT_LIST := $(wildcard $(LOCAL_PATH)/*.py $(LOCAL_PATH)/*.config) \
+ $(LOCAL_PATH)/../README.md
$(HOST_OUT_EXECUTABLES)/simpleperf_script.zip : $(SIMPLEPERF_SCRIPT_LIST)
zip -j - $^ >$@
@@ -30,4 +25,4 @@ SIMPLEPERF_SCRIPT_LIST :=
sdk: $(HOST_OUT_EXECUTABLES)/simpleperf_script.zip
-$(call dist-for-goals,sdk,$(HOST_OUT_EXECUTABLES)/simpleperf_script.zip) \ No newline at end of file
+$(call dist-for-goals,sdk,$(HOST_OUT_EXECUTABLES)/simpleperf_script.zip)