Gustavo Pagani | e10140e | 2023-09-13 18:57:47 +0000 | [diff] [blame] | 1 | package { |
| 2 | // See: http://go/android-license-faq |
| 3 | // A large-scale-change added 'default_applicable_licenses' to import |
| 4 | // all of the 'license_kinds' from "frameworks_base_license" |
| 5 | // to get the below license kinds: |
| 6 | // SPDX-license-identifier-Apache-2.0 |
| 7 | default_applicable_licenses: ["frameworks_base_license"], |
| 8 | } |
| 9 | |
| 10 | android_library { |
| 11 | name: "CredentialManagerShared", |
| 12 | manifest: "AndroidManifest.xml", |
| 13 | srcs: ["src/**/*.kt"], |
Helen Qin | 2740d70 | 2024-02-27 06:17:27 +0000 | [diff] [blame] | 14 | resource_dirs: ["res"], |
Gustavo Pagani | e10140e | 2023-09-13 18:57:47 +0000 | [diff] [blame] | 15 | static_libs: [ |
Gustavo Pagani | 19c8011 | 2023-09-22 17:16:43 +0000 | [diff] [blame] | 16 | "androidx.activity_activity-compose", |
Gustavo Pagani | e10140e | 2023-09-13 18:57:47 +0000 | [diff] [blame] | 17 | "androidx.core_core-ktx", |
| 18 | "androidx.credentials_credentials", |
Gustavo Pagani | e3eb9a1 | 2023-09-21 18:08:22 +0000 | [diff] [blame] | 19 | "guava", |
shuanghao | 50fdb1a | 2023-10-26 18:30:11 +0000 | [diff] [blame] | 20 | "hilt_android", |
Gustavo Pagani | e10140e | 2023-09-13 18:57:47 +0000 | [diff] [blame] | 21 | ], |
| 22 | } |