diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2020-04-15 02:11:11 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2020-04-15 02:11:11 +0000 |
| commit | e29653e5b8a0bf247ccdaf0a9f278679aef3ac31 (patch) | |
| tree | b93d65cb834973bd40ce5c6c4196ea33485f8dba | |
| parent | 7a95766280b572061fc9079699f0a2ffa7d2439a (diff) | |
| parent | c298d14268602d516d0a7420aa22a0d2f7be8023 (diff) | |
| download | platform_packages_modules_ArtPrebuilt-android11-d1-release.tar.gz platform_packages_modules_ArtPrebuilt-android11-d1-release.tar.bz2 platform_packages_modules_ArtPrebuilt-android11-d1-release.zip | |
Snap for 6396176 from c298d14268602d516d0a7420aa22a0d2f7be8023 to rvc-d1-releaseandroid-11.0.0_r9android-11.0.0_r8android-11.0.0_r7android-11.0.0_r15android-11.0.0_r14android-11.0.0_r13android-11.0.0_r12android-11.0.0_r11android-11.0.0_r10android11-d1-s7-releaseandroid11-d1-s6-releaseandroid11-d1-s5-releaseandroid11-d1-s1-releaseandroid11-d1-release
Change-Id: I9819ef744ea5de728c30fe2b678973cc6188d501
| -rw-r--r-- | iorap/test/Android.bp | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/iorap/test/Android.bp b/iorap/test/Android.bp new file mode 100644 index 0000000..cf21478 --- /dev/null +++ b/iorap/test/Android.bp @@ -0,0 +1,22 @@ +// Copyright (C) 2020 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. + +filegroup { + name: "iorap-functional-test-apps", + srcs: [ + "iorap_test_app_v1.apk", + "iorap_test_app_v2.apk", + "iorap_test_app_v3.apk", + ], +} |
