Files
frameworks_base/core/xsd/vts/Android.bp
Dan Shi a1d69738ef Rename vts-core to vts
Bug: 151896491
Test: presubmit check
Exempt-From-Owner-Approval: This CL renames suite name vts-core to vts.
It won't change test logic or behavior.

Change-Id: I79cddf5e4a65486b8f1286ea430360479ad2b93d
2020-04-06 16:23:37 -07:00

43 lines
1.1 KiB
Plaintext

//
// 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: "vts_permission_validate_test",
srcs: [
"ValidatePermission.cpp"
],
static_libs: [
"android.hardware.audio.common.test.utility",
"libxml2",
],
shared_libs: [
"liblog",
"libbase",
],
cflags: [
"-Wall",
"-Werror",
],
data: [
":permission",
],
test_suites: [
"general-tests",
"vts"
],
test_config: "vts_permission_validate_test.xml",
}