summaryrefslogtreecommitdiff
path: root/simpleperf/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/Android.mk')
-rw-r--r--simpleperf/Android.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/simpleperf/Android.mk b/simpleperf/Android.mk
index a2202159..2e3a3c84 100644
--- a/simpleperf/Android.mk
+++ b/simpleperf/Android.mk
@@ -34,8 +34,7 @@ SIMPLEPERF_SCRIPT_LIST := \
testdata/perf_with_symbols.data \
testdata/perf_with_trace_offcpu.data \
testdata/perf_with_tracepoint_event.data \
- testdata/perf_with_interpreter_frames.data \
- $(call all-named-files-under,*,app_api)
+ testdata/perf_with_interpreter_frames.data
SIMPLEPERF_SCRIPT_LIST := $(addprefix -f $(LOCAL_PATH)/,$(SIMPLEPERF_SCRIPT_LIST))
@@ -45,4 +44,4 @@ SIMPLEPERF_SCRIPT_PATH := \
$(SIMPLEPERF_SCRIPT_PATH) : $(SOONG_ZIP)
$(hide) $(SOONG_ZIP) -d -o $@ -C system/extras/simpleperf $(SIMPLEPERF_SCRIPT_LIST)
-$(call dist-for-goals,simpleperf,$(SIMPLEPERF_SCRIPT_PATH):simpleperf/simpleperf_script.zip)
+$(call dist-for-goals,sdk win_sdk,$(SIMPLEPERF_SCRIPT_PATH):simpleperf/simpleperf_script.zip)