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:02:26 -0800
commitd2026d8fb5571658d32fff31f8eced0b9d6c5a8e (patch)
tree5b26c41cc880367404f70480c3048b1a8f209942
parent781dc31aa3c86fcd97ebf686142f4436761f79c6 (diff)
Make sure powerdebug builds when we build systemimageandroid
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 \