aboutsummaryrefslogtreecommitdiff
path: root/android_bench_suite/env_setting
diff options
context:
space:
mode:
authorZhizhou Yang <zhizhouy@google.com>2017-07-22 01:11:35 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-07-22 01:11:35 +0000
commitddfea1f7e75062a350bd5a9418562e3b5af5b6e9 (patch)
treebf139ee25415cecde142e95791edba3803b2452a /android_bench_suite/env_setting
parent3690e025de8daaed03c4acb02d2b054e5c4c0dd5 (diff)
parent6c551e0d526de7de9d86516614d645cba6f975a6 (diff)
downloadtoolchain-utils-ddfea1f7e75062a350bd5a9418562e3b5af5b6e9.tar.gz
Merge branch 'aosp/mirror-chromium-master' into update_utils am: 4307f4735e am: 18caef1eddandroid-o-mr1-iot-preview-6o-mr1-iot-preview-6
am: 6c551e0d52 Change-Id: I44720cd3cd736bb61f583fb20df1c25ac9323ae0
Diffstat (limited to 'android_bench_suite/env_setting')
-rw-r--r--android_bench_suite/env_setting31
1 files changed, 31 insertions, 0 deletions
diff --git a/android_bench_suite/env_setting b/android_bench_suite/env_setting
new file mode 100644
index 00000000..397888bb
--- /dev/null
+++ b/android_bench_suite/env_setting
@@ -0,0 +1,31 @@
+# Copyright 2017 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+[Suite_Environment]
+
+# Please indicate the android source type: internal or aosp
+
+android_type = aosp
+
+# This is basically the root of your android sources.
+
+android_home = /work/android/aosp
+
+# This is the directory where you want to put the logs and results to.
+# Please create a directory first before specify it.
+
+bench_suite_dir = /work/android/bench_suite_dir
+
+# Crosperf is a toolchain utility to help generating html report of the test.
+# Please specify the path to it here.
+
+toolchain_utils = /chromium_source/src/third_party/toolchain-utils/crosperf
+
+# Product_combo and product is the type of image you want to build.
+# The product_combo list can be found with 'lunch' instruction.
+# The product is usually the middle part of the combo name, also can be found in
+# $ANDROID_HOME/out/target/product/
+
+product_combo = aosp_bullhead-userdebug
+product = bullhead