blob: 8bb7ed10fac5447879d620e0a28cfca79e4d894c [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
include: [ "//src/proc/tests/starnix_test.shard.cml" ],
program: {
binary: "/system/apex/com.android.art.debug/bin/dalvikvm64",
args: [
"--XXlib:/system/apex/com.android.art.debug/lib64/libart.so",
"-Xbootclasspath:/system/apex/com.android.art.debug/javalib/core-libart.jar:/system/apex/com.android.art.debug/javalib/apache-xml.jar:/system/apex/com.android.art.debug/javalib/okhttp.jar:/system/apex/com.android.art.debug/javalib/core-oj.jar:/system/apex/com.android.art.debug/javalib/service-art.jar:/system/apex/com.android.art.debug/javalib/bouncycastle.jar:/system/apex/com.android.conscrypt/javalib/conscrypt.jar:/system/apex/com.android.i18n/javalib/core-icu4j.jar",
"-classpath",
"/system/framework/java-hello-world.jar",
"Main",
],
environ: [
"ANDROID_I18N_ROOT=/system/apex/com.android.i18n",
"ANDROID_TZDATA_ROOT=/system",
"ANDROID_DATA=/data",
"LD_LIBRARY_PATH=/system/apex/com.android.art.debug/lib64:/system/apex/com.android.i18n/lib64",
],
},
}