blob: c33f7ff2ffe351240cc2886fe45daf0a5f3b850d [file] [log] [blame]
Sally Qi784c2532022-08-22 13:50:32 -07001// Copyright (C) 2022 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
15package {
16 default_applicable_licenses: ["hardware_interfaces_license"],
17}
18
19cc_defaults {
Sally Qi0435c6b2022-08-30 15:13:10 -070020 name: "android.hardware.graphics.allocator-ndk_static",
21 static_libs: [
John Reck48c546c2022-11-15 16:29:21 -050022 "android.hardware.graphics.allocator-V2-ndk",
Sally Qi0435c6b2022-08-30 15:13:10 -070023 ],
John Reckcf8d8bc2022-12-19 16:35:22 -050024 defaults: [
25 "android.hardware.graphics.common-ndk_static",
26 ],
Sally Qi0435c6b2022-08-30 15:13:10 -070027}
28
29cc_defaults {
30 name: "android.hardware.graphics.allocator-ndk_shared",
31 shared_libs: [
John Reck48c546c2022-11-15 16:29:21 -050032 "android.hardware.graphics.allocator-V2-ndk",
Sally Qi0435c6b2022-08-30 15:13:10 -070033 ],
John Reckcf8d8bc2022-12-19 16:35:22 -050034 defaults: [
35 "android.hardware.graphics.common-ndk_shared",
36 ],
Sally Qi0435c6b2022-08-30 15:13:10 -070037}
38
39cc_defaults {
Sally Qi784c2532022-08-22 13:50:32 -070040 name: "android.hardware.graphics.common-ndk_static",
41 static_libs: [
sergiuferentz7d7a24d2023-09-27 03:13:04 +000042 "android.hardware.graphics.common-V5-ndk",
Sally Qi784c2532022-08-22 13:50:32 -070043 ],
44}
45
46cc_defaults {
47 name: "android.hardware.graphics.common-ndk_shared",
48 shared_libs: [
sergiuferentz7d7a24d2023-09-27 03:13:04 +000049 "android.hardware.graphics.common-V5-ndk",
Sally Qi784c2532022-08-22 13:50:32 -070050 ],
51}
52
53cc_defaults {
54 name: "android.hardware.graphics.composer3-ndk_static",
55 static_libs: [
Huihong Luo3a42a8a2023-12-13 10:07:22 -080056 "android.hardware.drm.common-V1-ndk",
Sally Qiac6824f2024-04-22 11:43:05 -070057 "android.hardware.graphics.composer3-V4-ndk",
Sally Qi784c2532022-08-22 13:50:32 -070058 ],
59}
60
61cc_defaults {
62 name: "android.hardware.graphics.composer3-ndk_shared",
63 shared_libs: [
Huihong Luo3a42a8a2023-12-13 10:07:22 -080064 "android.hardware.drm.common-V1-ndk",
Sally Qiac6824f2024-04-22 11:43:05 -070065 "android.hardware.graphics.composer3-V4-ndk",
Sally Qi784c2532022-08-22 13:50:32 -070066 ],
67}