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: [ |
| 22 | "android.hardware.graphics.allocator-V1-ndk", |
| 23 | ], |
| 24 | } |
| 25 | |
| 26 | cc_defaults { |
| 27 | name: "android.hardware.graphics.allocator-ndk_shared", |
| 28 | shared_libs: [ |
| 29 | "android.hardware.graphics.allocator-V1-ndk", |
| 30 | ], |
| 31 | } |
| 32 | |
| 33 | cc_defaults { |
Sally Qi | 784c253 | 2022-08-22 13:50:32 -0700 | [diff] [blame] | 34 | name: "android.hardware.graphics.common-ndk_static", |
| 35 | static_libs: [ |
Steven Moreland | ed27779 | 2022-10-29 00:51:21 +0000 | [diff] [blame] | 36 | "android.hardware.graphics.common-V4-ndk", |
Sally Qi | 784c253 | 2022-08-22 13:50:32 -0700 | [diff] [blame] | 37 | ], |
| 38 | } |
| 39 | |
| 40 | cc_defaults { |
| 41 | name: "android.hardware.graphics.common-ndk_shared", |
| 42 | shared_libs: [ |
Steven Moreland | ed27779 | 2022-10-29 00:51:21 +0000 | [diff] [blame] | 43 | "android.hardware.graphics.common-V4-ndk", |
Sally Qi | 784c253 | 2022-08-22 13:50:32 -0700 | [diff] [blame] | 44 | ], |
| 45 | } |
| 46 | |
| 47 | cc_defaults { |
| 48 | name: "android.hardware.graphics.composer3-ndk_static", |
| 49 | static_libs: [ |
Sally Qi | 2600d34 | 2022-08-16 12:46:17 -0700 | [diff] [blame] | 50 | "android.hardware.graphics.composer3-V2-ndk", |
Sally Qi | 784c253 | 2022-08-22 13:50:32 -0700 | [diff] [blame] | 51 | ], |
| 52 | } |
| 53 | |
| 54 | cc_defaults { |
| 55 | name: "android.hardware.graphics.composer3-ndk_shared", |
| 56 | shared_libs: [ |
Sally Qi | 2600d34 | 2022-08-16 12:46:17 -0700 | [diff] [blame] | 57 | "android.hardware.graphics.composer3-V2-ndk", |
Sally Qi | 784c253 | 2022-08-22 13:50:32 -0700 | [diff] [blame] | 58 | ], |
| 59 | } |