aboutsummaryrefslogtreecommitdiff
path: root/android_bench_suite/env_setting
blob: 397888bb24a93f2dc05a64928acc8112b3c42788 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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