1*1b3f573fSAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?> 2*1b3f573fSAndroid Build Coastguard Worker<!-- Copyright (C) 2017 The Android Open Source Project 3*1b3f573fSAndroid Build Coastguard Worker 4*1b3f573fSAndroid Build Coastguard Worker Licensed under the Apache License, Version 2.0 (the "License"); 5*1b3f573fSAndroid Build Coastguard Worker you may not use this file except in compliance with the License. 6*1b3f573fSAndroid Build Coastguard Worker You may obtain a copy of the License at 7*1b3f573fSAndroid Build Coastguard Worker 8*1b3f573fSAndroid Build Coastguard Worker http://www.apache.org/licenses/LICENSE-2.0 9*1b3f573fSAndroid Build Coastguard Worker 10*1b3f573fSAndroid Build Coastguard Worker Unless required by applicable law or agreed to in writing, software 11*1b3f573fSAndroid Build Coastguard Worker distributed under the License is distributed on an "AS IS" BASIS, 12*1b3f573fSAndroid Build Coastguard Worker WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13*1b3f573fSAndroid Build Coastguard Worker See the License for the specific language governing permissions and 14*1b3f573fSAndroid Build Coastguard Worker limitations under the License. 15*1b3f573fSAndroid Build Coastguard Worker--> 16*1b3f573fSAndroid Build Coastguard Worker<configuration description="Runs libprotobuf_vendor_suffix_test."> 17*1b3f573fSAndroid Build Coastguard Worker <option name="test-suite-tag" value="apct" /> 18*1b3f573fSAndroid Build Coastguard Worker <option name="test-suite-tag" value="apct-native" /> 19*1b3f573fSAndroid Build Coastguard Worker 20*1b3f573fSAndroid Build Coastguard Worker <!-- TODO(b/138450837): Remove RootTargetPreparer when vendor tests are supported. --> 21*1b3f573fSAndroid Build Coastguard Worker <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer" /> 22*1b3f573fSAndroid Build Coastguard Worker 23*1b3f573fSAndroid Build Coastguard Worker <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer"> 24*1b3f573fSAndroid Build Coastguard Worker <option name="cleanup" value="true" /> 25*1b3f573fSAndroid Build Coastguard Worker <!-- This file could be autogenerated if the default config handled tests that linked against vendor libraries --> 26*1b3f573fSAndroid Build Coastguard Worker <option name="push" value="libprotobuf_vendor_suffix_test->/data/nativetest/vendor/libprotobuf_vendor_suffix_test/libprotobuf_vendor_suffix_test" /> 27*1b3f573fSAndroid Build Coastguard Worker </target_preparer> 28*1b3f573fSAndroid Build Coastguard Worker 29*1b3f573fSAndroid Build Coastguard Worker <test class="com.android.tradefed.testtype.GTest" > 30*1b3f573fSAndroid Build Coastguard Worker <option name="native-test-device-path" value="/data/nativetest/vendor/libprotobuf_vendor_suffix_test" /> 31*1b3f573fSAndroid Build Coastguard Worker <option name="module-name" value="libprotobuf_vendor_suffix_test" /> 32*1b3f573fSAndroid Build Coastguard Worker </test> 33*1b3f573fSAndroid Build Coastguard Worker</configuration> 34