blob: c2b00d5849c49d49edf2ee1198e0122ba2dd5542 [file] [log] [blame]
Sungsoo Lim895f4f62020-04-08 11:21:36 +09001//
2// Copyright 2020 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
17filegroup {
Hyundo Moon52725162020-09-25 19:26:00 +090018 name: "stable-media-aidl-srcs",
Sungsoo Lim895f4f62020-04-08 11:21:36 +090019 srcs: ["stable/**/*.aidl"],
20 path: "stable",
21}
22
23filegroup {
Hyundo Moon52725162020-09-25 19:26:00 +090024 name: "private-media-aidl-srcs",
Sungsoo Lim895f4f62020-04-08 11:21:36 +090025 srcs: ["private/**/I*.aidl"],
26 path: "private",
27}
28
29filegroup {
Hyundo Moon52725162020-09-25 19:26:00 +090030 name: "media-aidl-srcs",
Sungsoo Lim895f4f62020-04-08 11:21:36 +090031 srcs: [
Hyundo Moon52725162020-09-25 19:26:00 +090032 ":private-media-aidl-srcs",
33 ":stable-media-aidl-srcs",
Sungsoo Lim895f4f62020-04-08 11:21:36 +090034 ],
35}