diff options
| author | 2014-03-25 03:53:59 +0000 | |
|---|---|---|
| committer | 2014-03-25 03:53:59 +0000 | |
| commit | d0d436647511a422d355e80d7ddd6a22ecf5a6f6 (patch) | |
| tree | 58b3bc6f66e8869202552b443ce5376f221caad1 | |
| parent | e4b26f20b78c6d6b63551618a80a92d325fedca5 (diff) | |
| parent | a0da27d546865d075322c410121e9c3101cec449 (diff) | |
am a0da27d5: am 9c7db080: Build the benchmark test to /data/local/tmp/ for automated test
* commit 'a0da27d546865d075322c410121e9c3101cec449':
Build the benchmark test to /data/local/tmp/ for automated test
| -rw-r--r-- | cmds/flatland/Android.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmds/flatland/Android.mk b/cmds/flatland/Android.mk index 5e57f0279a..d9478fea38 100644 --- a/cmds/flatland/Android.mk +++ b/cmds/flatland/Android.mk @@ -1,3 +1,4 @@ +local_target_dir := $(TARGET_OUT_DATA)/local/tmp LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) @@ -11,6 +12,8 @@ LOCAL_MODULE:= flatland LOCAL_MODULE_TAGS := tests +LOCAL_MODULE_PATH := $(local_target_dir) + LOCAL_SHARED_LIBRARIES := \ libEGL \ libGLESv2 \ |