aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhanghongbo <hongbo.zhang@linaro.org>2012-08-21 17:17:07 +0800
committerhongbo.zhang <hongbo.zhang@linaro.com>2012-11-28 17:11:59 +0800
commit247116dc3afb303a9c1c8690e4f9dac00cb07ea3 (patch)
treeac2efcd536701226417ab6df0a9413756b55eb74
parent13a161c5b349977c505cfab5ec346d3adcdfcd07 (diff)
Android makefiles updated due to suspend function update.
Signed-off-by: hongbo.zhang <hongbo.zhang@linaro.com>
-rw-r--r--include/Android.mk2
-rw-r--r--[-rwxr-xr-x]include/suspend_functions.sh0
-rw-r--r--suspend/Android.mk2
3 files changed, 2 insertions, 2 deletions
diff --git a/include/Android.mk b/include/Android.mk
index 1e02c09..ec1e704 100644
--- a/include/Android.mk
+++ b/include/Android.mk
@@ -14,5 +14,5 @@ define $(module_name)_etc_add_executable
include $(BUILD_PREBUILT)
endef
-test_names := functions suspend thermal_functions
+test_names := functions suspend_functions thermal_functions
$(foreach item,$(test_names),$(eval $(call $(module_name)_etc_add_executable, $(item))))
diff --git a/include/suspend_functions.sh b/include/suspend_functions.sh
index 6c085db..6c085db 100755..100644
--- a/include/suspend_functions.sh
+++ b/include/suspend_functions.sh
diff --git a/suspend/Android.mk b/suspend/Android.mk
index 06f6db9..096e551 100644
--- a/suspend/Android.mk
+++ b/suspend/Android.mk
@@ -14,5 +14,5 @@ define $(module_name)_add_executable
include $(BUILD_PREBUILT)
endef
-test_num := 01 02 03 04 05 06
+test_num := 01 02 03 04 05
$(foreach item,$(test_num),$(eval $(call $(module_name)_add_executable, $(module_name)_$(item))))