aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@hackbox.linaro.org>2015-02-20 11:32:39 +0000
committerLisa Nguyen <lisa.nguyen@linaro.org>2015-02-20 14:01:53 -0800
commit67b9a46b9398b4aac251615a7b1d385dc92b09a0 (patch)
treed915ada542fd7362af02696b47a7b4354af90d38
parente33055c6f7321683e17b7eb5841b3264002c09e3 (diff)
Make sure powerdebug builds when we build systemimage
Signed-off-by: Vishal Bhoj <vishal.bhoj@hackbox.linaro.org>
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 36c73cd..1bd60fb 100644
--- a/Android.mk
+++ b/Android.mk
@@ -9,6 +9,8 @@ LOCAL_STATIC_LIBRARIES := libncurses
LOCAL_MODULE := powerdebug
+systemimage: powerdebug
+
LOCAL_CPPFLAGS += \
-DDISABLE_I18N \
-DDISABLE_TRYCATCH \