aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2017-02-13 07:32:55 +0000
committerLisa Nguyen <lisa.nguyen@linaro.org>2017-02-14 10:32:36 -0800
commit0c441baab0a636227233e1d82839eb06d23724a0 (patch)
tree9c074a2b9f398fdf22fb866e6196c79a87de2129 /Android.mk
parente1207950e5051a7d4413737d8305e1767dd2e1b6 (diff)
Fix build errors for android NougatHEADmaster
since there is no glob.h in android, copied them from hardware/bsp/intel/peripheral/libmraa/src/glob also remove the definition of strchrnul in android_stubs.h, since it's already implemented in bionic Change-Id: I757a8773e196ae86191a55cfada0c6b4b45c5727 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 018244c..6a6e73e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -95,5 +95,9 @@ LOCAL_SRC_FILES += \
traceevent/parse-utils.c \
traceevent/trace-seq.c
+LOCAL_SRC_FILES += \
+ glob/glob.c
+LOCAL_C_INCLUDES += $(LOCAL_PATH)/glob
+
systemimage: powertop
include $(BUILD_EXECUTABLE)