From 10c3ee551c8e04be651a07f5dab5d56203b7988c Mon Sep 17 00:00:00 2001 From: Roshan Pius Date: Thu, 20 Jan 2022 18:40:20 +0000 Subject: [PATCH] libpower: Set uwb apex sdk to Tiramisu Bug: 215526504 Test: Compiles Change-Id: I7da60eaa71cecbf96e7d4cfa235a16f947d5a416 --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 728346c..7be18c7 100644 --- a/Android.bp +++ b/Android.bp @@ -49,7 +49,7 @@ cc_library { "//apex_available:platform", "com.android.uwb", ], - min_sdk_version: "current", // TODO: Move to 32 once SDK is finalized + min_sdk_version: "Tiramisu", } cc_test {