summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-04-01 01:36:17 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-04-01 01:36:17 +0000
commite518a5d38e7587bf2f626e93b2d288bf150c2eb6 (patch)
tree7bc71ba5236f9a0ed7f56d8cb01924aa2b4118c4
parent43ccc71e3db77bc289e41c2986881718d5922028 (diff)
parent76ae206a706e13839cf63cd62e71d79052724220 (diff)
downloadextras-e518a5d38e7587bf2f626e93b2d288bf150c2eb6.tar.gz
Merge "Non-module target."
-rw-r--r--simpleperf/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/simpleperf/Android.mk b/simpleperf/Android.mk
index df0009f4..954c28c0 100644
--- a/simpleperf/Android.mk
+++ b/simpleperf/Android.mk
@@ -33,4 +33,6 @@ SIMPLEPERF_SCRIPT_PATH := \
$(SIMPLEPERF_SCRIPT_PATH) : $(SOONG_ZIP)
$(hide) $(SOONG_ZIP) -d -o $@ -C system/extras/simpleperf $(SIMPLEPERF_SCRIPT_LIST)
+$(call declare-1p-target,$(SIMPLEPERF_SCRIPT_PATH),system/extras)
+
$(call dist-for-goals,simpleperf,$(SIMPLEPERF_SCRIPT_PATH):simpleperf/simpleperf_script.zip)