24 lines
637 B
Diff
24 lines
637 B
Diff
From 4a576ac73698b2232c51a4b6b3c9a21845801136 Mon Sep 17 00:00:00 2001
|
|
From: Peter Cai <peter@typeblog.net>
|
|
Date: Sun, 6 Oct 2024 14:22:49 -0400
|
|
Subject: [PATCH 1/3] Downgrade target_sdk_version to 34 for now
|
|
|
|
---
|
|
Android.bp | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/Android.bp b/Android.bp
|
|
index 388f4c00c..498e7c8f0 100644
|
|
--- a/Android.bp
|
|
+++ b/Android.bp
|
|
@@ -207,6 +207,7 @@ android_app {
|
|
"java/com/android/voicemail/impl/configui/res",
|
|
"java/com/android/voicemail/impl/res",
|
|
],
|
|
+ target_sdk_version: "34",
|
|
sdk_version: "system_current",
|
|
srcs: [
|
|
"java/**/I*.aidl",
|
|
--
|
|
2.48.1
|
|
|