diff options
| author | 2022-01-21 22:13:49 +0000 | |
|---|---|---|
| committer | 2022-01-21 22:13:49 +0000 | |
| commit | d76b8f59b152956eeb79afd2b4ae7f538dde8554 (patch) | |
| tree | 5e4292dad63abeab5a5336b8ae1bf30c72f5698a /libs | |
| parent | a758c8fd25ce71269a4ac0100af718763f69d2bf (diff) | |
| parent | 2aab4a792be4311a91d389316c857f2b8f576dc8 (diff) | |
Merge "libbinder: Set uwb apex sdk to Tiramisu" am: 2aab4a792b
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1957077
Change-Id: I4f889447f4b27a3ffa607d62ee4834dd2e23a59b
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/binder/rust/Android.bp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/binder/rust/Android.bp b/libs/binder/rust/Android.bp index e4df98aa4f..90cbf9d45d 100644 --- a/libs/binder/rust/Android.bp +++ b/libs/binder/rust/Android.bp @@ -32,7 +32,7 @@ rust_library { "com.android.uwb", "com.android.virt", ], - min_sdk_version: "current", + min_sdk_version: "Tiramisu", } rust_library { @@ -79,7 +79,7 @@ rust_library { "com.android.uwb", "com.android.virt", ], - min_sdk_version: "current", + min_sdk_version: "Tiramisu", lints: "none", clippy_lints: "none", } @@ -137,7 +137,7 @@ rust_bindgen { "com.android.uwb", "com.android.virt", ], - min_sdk_version: "current", + min_sdk_version: "Tiramisu", } // TODO(b/184872979): remove once the Rust API is created. @@ -154,7 +154,7 @@ rust_bindgen { "com.android.uwb", "com.android.virt", ], - min_sdk_version: "current", + min_sdk_version: "Tiramisu", } rust_test { |