blob: 69b503b9dae2298c49efba771c08cd3a6c0c95d1 [file] [log] [blame]
Morris Linda1db342018-03-31 15:21:21 +00001// Copyright (C) 2018 The Android Open Source Project
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15cc_test {
16 name: "hello_world_test",
17 srcs: ["HelloWorldTest.cpp"],
18
19 cflags: [
20 "-Wall",
21 "-Werror",
22 ],
23
Morris Linda1db342018-03-31 15:21:21 +000024 test_suites: ["device-tests"],
Simran Basi2c355312018-04-17 16:19:28 -070025 host_supported: true,
Morris Linda1db342018-03-31 15:21:21 +000026}