1*4d7e907cSAndroid Build Coastguard Worker#!/usr/bin/env bash 2*4d7e907cSAndroid Build Coastguard Worker 3*4d7e907cSAndroid Build Coastguard Worker# Copyright(C) 2022 The Android Open Source Project 4*4d7e907cSAndroid Build Coastguard Worker# 5*4d7e907cSAndroid Build Coastguard Worker# Licensed under the Apache License, Version 2.0(the "License"); 6*4d7e907cSAndroid Build Coastguard Worker# you may not use this file except in compliance with the License. 7*4d7e907cSAndroid Build Coastguard Worker# You may obtain a copy of the License at 8*4d7e907cSAndroid Build Coastguard Worker# 9*4d7e907cSAndroid Build Coastguard Worker# http:// www.apache.org/licenses/LICENSE-2.0 10*4d7e907cSAndroid Build Coastguard Worker# 11*4d7e907cSAndroid Build Coastguard Worker# Unless required by applicable law or agreed to in writing, software 12*4d7e907cSAndroid Build Coastguard Worker# distributed under the License is distributed on an "AS IS" BASIS, 13*4d7e907cSAndroid Build Coastguard Worker# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14*4d7e907cSAndroid Build Coastguard Worker# See the License for the specific language governing permissions and 15*4d7e907cSAndroid Build Coastguard Worker# limitations under the License. 16*4d7e907cSAndroid Build Coastguard Worker 17*4d7e907cSAndroid Build Coastguard Workerif [ -z $ANDROID_BUILD_TOP ]; then 18*4d7e907cSAndroid Build Coastguard Worker echo "You need to source and lunch before you can use this script" 19*4d7e907cSAndroid Build Coastguard Worker exit 1 20*4d7e907cSAndroid Build Coastguard Workerfi 21*4d7e907cSAndroid Build Coastguard Workerset -e 22*4d7e907cSAndroid Build Coastguard Worker 23*4d7e907cSAndroid Build Coastguard Workeradb root 24*4d7e907cSAndroid Build Coastguard Workeradb wait-for-device 25*4d7e907cSAndroid Build Coastguard Worker$ANDROID_BUILD_TOP/build/soong/soong_ui.bash --make-mode android.hardware.wifi-service-tests 26*4d7e907cSAndroid Build Coastguard Workeradb sync data 27*4d7e907cSAndroid Build Coastguard Workeradb shell /data/nativetest64/vendor/android.hardware.wifi-service-tests/android.hardware.wifi-service-tests 28