Update min_sdk_version to T.

Without this change, there are crashes when this module is installed on T.

Bug: 267575060
Test: Manually verified that /apex/com.android.sdkext/bin/derive_classpath runs with this fix, crashes without this fix.
Change-Id: Iae6d81d7e489059b708adfa509c4ed20f428a120
diff --git a/systemservice/Android.bp b/systemservice/Android.bp
index a6652f7..fd2fde9 100644
--- a/systemservice/Android.bp
+++ b/systemservice/Android.bp
@@ -32,7 +32,7 @@
 java_sdk_library {
     name: "service-ondevicepersonalization",
     srcs: [":service-ondevicepersonalization-sources"],
-    min_sdk_version: "UpsideDownCake",
+    min_sdk_version: "Tiramisu",
     defaults: ["framework-system-server-module-defaults"],
     libs: [
         "framework-ondevicepersonalization.impl",