Sally Qi | 784c253 | 2022-08-22 13:50:32 -0700 | [diff] [blame] | 1 | // 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 | |
| 15 | package { |
| 16 | default_applicable_licenses: ["hardware_interfaces_license"], |
| 17 | } |
| 18 | |
| 19 | cc_defaults { |
Sally Qi | 0435c6b | 2022-08-30 15:13:10 -0700 | [diff] [blame] | 20 | name: "android.hardware.graphics.allocator-ndk_static", |
| 21 | static_libs: [ |
John Reck | 48c546c | 2022-11-15 16:29:21 -0500 | [diff] [blame] | 22 | "android.hardware.graphics.allocator-V2-ndk", |
Sally Qi | 0435c6b | 2022-08-30 15:13:10 -0700 | [diff] [blame] | 23 | ], |
John Reck | cf8d8bc | 2022-12-19 16:35:22 -0500 | [diff] [blame] | 24 | defaults: [ |
| 25 | "android.hardware.graphics.common-ndk_static", |
| 26 | ], |
Sally Qi | 0435c6b | 2022-08-30 15:13:10 -0700 | [diff] [blame] | 27 | } |
| 28 | |
| 29 | cc_defaults { |
| 30 | name: "android.hardware.graphics.allocator-ndk_shared", |
| 31 | shared_libs: [ |
John Reck | 48c546c | 2022-11-15 16:29:21 -0500 | [diff] [blame] | 32 | "android.hardware.graphics.allocator-V2-ndk", |
Sally Qi | 0435c6b | 2022-08-30 15:13:10 -0700 | [diff] [blame] | 33 | ], |
John Reck | cf8d8bc | 2022-12-19 16:35:22 -0500 | [diff] [blame] | 34 | defaults: [ |
| 35 | "android.hardware.graphics.common-ndk_shared", |
| 36 | ], |
Sally Qi | 0435c6b | 2022-08-30 15:13:10 -0700 | [diff] [blame] | 37 | } |
| 38 | |
| 39 | cc_defaults { |
Sally Qi | 784c253 | 2022-08-22 13:50:32 -0700 | [diff] [blame] | 40 | name: "android.hardware.graphics.common-ndk_static", |
| 41 | static_libs: [ |
sergiuferentz | 7d7a24d | 2023-09-27 03:13:04 +0000 | [diff] [blame] | 42 | "android.hardware.graphics.common-V5-ndk", |
Sally Qi | 784c253 | 2022-08-22 13:50:32 -0700 | [diff] [blame] | 43 | ], |
| 44 | } |
| 45 | |
| 46 | cc_defaults { |
| 47 | name: "android.hardware.graphics.common-ndk_shared", |
| 48 | shared_libs: [ |
sergiuferentz | 7d7a24d | 2023-09-27 03:13:04 +0000 | [diff] [blame] | 49 | "android.hardware.graphics.common-V5-ndk", |
Sally Qi | 784c253 | 2022-08-22 13:50:32 -0700 | [diff] [blame] | 50 | ], |
| 51 | } |
| 52 | |
| 53 | cc_defaults { |
| 54 | name: "android.hardware.graphics.composer3-ndk_static", |
| 55 | static_libs: [ |
ramindani | e50ed5d | 2023-06-29 19:54:40 -0700 | [diff] [blame] | 56 | "android.hardware.graphics.composer3-V3-ndk", |
Sally Qi | 784c253 | 2022-08-22 13:50:32 -0700 | [diff] [blame] | 57 | ], |
| 58 | } |
| 59 | |
| 60 | cc_defaults { |
| 61 | name: "android.hardware.graphics.composer3-ndk_shared", |
| 62 | shared_libs: [ |
ramindani | e50ed5d | 2023-06-29 19:54:40 -0700 | [diff] [blame] | 63 | "android.hardware.graphics.composer3-V3-ndk", |
Sally Qi | 784c253 | 2022-08-22 13:50:32 -0700 | [diff] [blame] | 64 | ], |
| 65 | } |