aboutsummaryrefslogtreecommitdiff
path: root/suspend
diff options
context:
space:
mode:
authorSanjay Singh Rawat <sanjay.rawat@linaro.org>2014-07-30 16:21:43 +0530
committerSanjay Singh Rawat <sanjay.rawat@linaro.org>2014-08-06 12:28:00 +0530
commitd585fab7fe681b79bd892ef78b7207663341bd07 (patch)
treed813dfb02674cf17992af4338c10aa7b52a3cc89 /suspend
parente2877d52916b3b8aca1e80fb27dde0c0b8c0bf28 (diff)
android: move pmqa to system/bin path
- execute permission for utils is removed when they are copied to data/benchmark, moving pmqa to system/bin resolves this issue. - bug : https://bugs.linaro.org/show_bug.cgi?id=156 Signed-off-by: Sanjay Singh Rawat <sanjay.rawat@linaro.org>
Diffstat (limited to 'suspend')
-rw-r--r--suspend/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/suspend/Android.mk b/suspend/Android.mk
index fc85f6d..f44f9ff 100644
--- a/suspend/Android.mk
+++ b/suspend/Android.mk
@@ -10,7 +10,7 @@ define $(module_name)_add_executable
LOCAL_MODULE := $1.sh
systemtarball: $1.sh
LOCAL_SRC_FILES := $1.sh
- LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/benchmark/pm-qa/$(module_name)
+ LOCAL_MODULE_PATH := $(TARGET_OUT_EXECUTABLES)/pm-qa/$(module_name)
include $(BUILD_PREBUILT)
endef