platform_hardware_interfaces/usb/1.2/vts/functional/Android.bp
Badhri Jagan Sridharan c846dc8fee USB HAL V1.2 tests
Bug: 117330206
Bug: 77606903
Bug: 119642987

Test: Executed tests on pixel device.
Change-Id: Ibd3cfdfc59b15d54565597434c795eadb19f0f1a
2019-01-23 14:28:01 -08:00

28 lines
927 B
Text

//
// Copyright (C) 2019 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
cc_test {
name: "VtsHalUsbV1_2TargetTest",
defaults: ["VtsHalTargetTestDefaults"],
srcs: ["VtsHalUsbV1_2TargetTest.cpp"],
static_libs: [
"android.hardware.usb@1.0",
"android.hardware.usb@1.1",
"android.hardware.usb@1.2",
],
test_suites: ["general-tests"],
}