1 # Copyright 2017 The Chromium OS Authors. All rights reserved. 2 # Use of this source code is governed by a BSD-style license that can be 3 # found in the LICENSE file. 4 5 [Suite_Environment] 6 7 # Please indicate the android source type: internal or aosp 8 9 android_type = aosp 10 11 # This is basically the root of your android sources. 12 13 android_home = /work/android/aosp 14 15 # This is the directory where you want to put the logs and results to. 16 # Please create a directory first before specify it. 17 18 bench_suite_dir = /work/android/bench_suite_dir 19 20 # Crosperf is a toolchain utility to help generating html report of the test. 21 # Please specify the path to it here. 22 23 toolchain_utils = /chromium_source/src/third_party/toolchain-utils/crosperf 24 25 # Product_combo and product is the type of image you want to build. 26 # The product_combo list can be found with 'lunch' instruction. 27 # The product is usually the middle part of the combo name, also can be found in 28 # $ANDROID_HOME/out/target/product/ 29 30 product_combo = aosp_bullhead-userdebug 31 product = bullhead 32