James Farrell | c8877df | 2024-08-29 16:49:54 +0000 | [diff] [blame] | 1 | // This file is generated by cargo_embargo. |
| 2 | // Do not modify this file because the changes will be overridden on upgrade. |
| 3 | |
| 4 | package { |
| 5 | default_applicable_licenses: ["external_rust_crates_sync_wrapper_license"], |
| 6 | default_team: "trendy_team_android_rust", |
| 7 | } |
| 8 | |
| 9 | license { |
| 10 | name: "external_rust_crates_sync_wrapper_license", |
| 11 | visibility: [":__subpackages__"], |
| 12 | license_kinds: ["SPDX-license-identifier-Apache-2.0"], |
| 13 | license_text: ["LICENSE"], |
| 14 | } |
| 15 | |
| 16 | rust_library { |
| 17 | name: "libsync_wrapper", |
| 18 | host_supported: true, |
| 19 | crate_name: "sync_wrapper", |
| 20 | cargo_env_compat: true, |
James Farrell | f99ea23 | 2024-12-20 18:45:43 +0000 | [diff] [blame] | 21 | cargo_pkg_version: "1.0.2", |
James Farrell | c8877df | 2024-08-29 16:49:54 +0000 | [diff] [blame] | 22 | crate_root: "src/lib.rs", |
James Farrell | f99ea23 | 2024-12-20 18:45:43 +0000 | [diff] [blame] | 23 | edition: "2021", |
James Farrell | c8877df | 2024-08-29 16:49:54 +0000 | [diff] [blame] | 24 | apex_available: [ |
| 25 | "//apex_available:platform", |
| 26 | "//apex_available:anyapex", |
| 27 | ], |
| 28 | product_available: true, |
| 29 | vendor_available: true, |
James Farrell | 2d5f273 | 2024-11-06 16:47:44 +0000 | [diff] [blame] | 30 | min_sdk_version: "29", |
James Farrell | c8877df | 2024-08-29 16:49:54 +0000 | [diff] [blame] | 31 | } |