blob: 4c382059793a0ffa57a520085c0badd427e894ff [file] [log] [blame]
Hyunyoung Songda4fcfe2018-09-05 09:57:59 -07001// 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
vadimt09df0832019-03-07 14:59:30 -080015android_library {
Hyunyoung Songda4fcfe2018-09-05 09:57:59 -070016 name: "launcher-aosp-tapl",
17 static_libs: [
18 "androidx.annotation_annotation",
Brett Chabotd7d692c2018-10-23 21:17:58 -070019 "androidx.test.runner",
20 "androidx.test.rules",
Hyunyoung Songda4fcfe2018-09-05 09:57:59 -070021 "androidx.test.uiautomator_uiautomator",
22 "SystemUISharedLib",
23 ],
24 srcs: [
25 "tests/tapl/**/*.java",
Vadim Tryshev5b367af2019-03-06 00:52:00 +000026 "src/com/android/launcher3/util/SecureSettingsObserver.java",
vadimt1b383af2019-05-08 15:29:37 -070027 "src/com/android/launcher3/ResourceUtils.java",
Sunny Goyalab3963d2019-05-23 00:50:08 -070028 "src/com/android/launcher3/testing/TestProtocol.java",
Hyunyoung Songda4fcfe2018-09-05 09:57:59 -070029 ],
vadimt09df0832019-03-07 14:59:30 -080030 manifest: "tests/tapl/AndroidManifest.xml",
Hyunyoung Songda4fcfe2018-09-05 09:57:59 -070031 platform_apis: true,
32}