Tomasz Wasilczyk | 4837755 | 2017-06-22 10:45:33 -0700 | [diff] [blame] | 1 | // |
| 2 | // Copyright (C) 2017 The Android Open Source Project |
| 3 | // |
| 4 | // Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | // you may not use this file except in compliance with the License. |
| 6 | // You may obtain a copy of the License at |
| 7 | // |
| 8 | // http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | // |
| 10 | // Unless required by applicable law or agreed to in writing, software |
| 11 | // distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | // See the License for the specific language governing permissions and |
| 14 | // limitations under the License. |
| 15 | // |
| 16 | |
| 17 | cc_test { |
Tomasz Wasilczyk | 06100b3 | 2017-12-04 09:53:32 -0800 | [diff] [blame] | 18 | name: "android.hardware.broadcastradio@common-utils-xx-tests", |
| 19 | vendor: true, |
| 20 | cflags: [ |
| 21 | "-Wall", |
| 22 | "-Wextra", |
| 23 | "-Werror", |
| 24 | ], |
| 25 | srcs: [ |
| 26 | "CommonXX_test.cpp", |
| 27 | ], |
| 28 | static_libs: [ |
| 29 | "android.hardware.broadcastradio@common-utils-1x-lib", |
| 30 | "android.hardware.broadcastradio@common-utils-2x-lib", |
| 31 | ], |
| 32 | shared_libs: [ |
| 33 | "android.hardware.broadcastradio@1.2", |
| 34 | "android.hardware.broadcastradio@2.0", |
| 35 | ], |
| 36 | } |
Tomasz Wasilczyk | bceb885 | 2017-12-18 13:59:29 -0800 | [diff] [blame] | 37 | |
| 38 | cc_test { |
| 39 | name: "android.hardware.broadcastradio@common-utils-2x-tests", |
| 40 | vendor: true, |
| 41 | cflags: [ |
| 42 | "-Wall", |
| 43 | "-Wextra", |
| 44 | "-Werror", |
| 45 | ], |
| 46 | srcs: [ |
| 47 | "IdentifierIterator_test.cpp", |
| 48 | ], |
| 49 | static_libs: [ |
| 50 | "android.hardware.broadcastradio@common-utils-2x-lib", |
| 51 | ], |
| 52 | shared_libs: [ |
| 53 | "android.hardware.broadcastradio@2.0", |
| 54 | ], |
| 55 | } |
| 56 | |
| 57 | cc_test { |
| 58 | name: "android.hardware.broadcastradio@common-utils-tests", |
| 59 | vendor: true, |
| 60 | cflags: [ |
| 61 | "-Wall", |
| 62 | "-Wextra", |
| 63 | "-Werror", |
| 64 | ], |
| 65 | srcs: [ |
| 66 | "WorkerThread_test.cpp", |
| 67 | ], |
| 68 | static_libs: ["android.hardware.broadcastradio@common-utils-lib"], |
| 69 | } |