aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@hackbox.linaro.org>2015-02-20 11:33:45 +0000
committerLisa Nguyen <lisa.nguyen@linaro.org>2016-08-08 11:14:40 -0700
commitc5f9b33cd5aeab7675ddee30ddc1050cf5835703 (patch)
tree0a9f2529f00ccf9349424657234a8b703efc1bcb
parente20fc2e7aee9c3bdf263d19f5cf0a30c792e37a4 (diff)
downloadpowertop-2.0-c5f9b33cd5aeab7675ddee30ddc1050cf5835703.tar.gz
Make sure powertop builds when we build systemimage
Signed-off-by: Vishal Bhoj <vishal.bhoj@hackbox.linaro.org>
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 92cde01..4b3c535 100644
--- a/Android.mk
+++ b/Android.mk
@@ -103,4 +103,5 @@ LOCAL_SRC_FILES += \
traceevent/parse-utils.c \
traceevent/trace-seq.c
+systemimage: powertop
include $(BUILD_EXECUTABLE)