OSDN Git Service
(root)
/
android-x86
/
frameworks-native.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
897fe45
)
Build the benchmark test to /data/local/tmp/ for automated test
author
Xia Wang
<xiaw@google.com>
Thu, 27 Feb 2014 02:04:50 +0000
(18:04 -0800)
committer
Xia Wang
<xiaw@google.com>
Mon, 24 Mar 2014 18:13:19 +0000
(18:13 +0000)
Change-Id: I27a5ee24636ff9752a35dbab793821f6b7a79221
(cherry picked from commit
b7925f1364b56708e072884a5ae9dba2d32b58e6
)
cmds/flatland/Android.mk
patch
|
blob
|
history
diff --git
a/cmds/flatland/Android.mk
b/cmds/flatland/Android.mk
index
5e57f02
..
d9478fe
100644
(file)
--- 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 \