Add min_sdk to java_proto build target
This adds the min_sdk_version to the java_proto build target for
com.android.profiling apex. This is needed to support updating the
min_sdk_version on the apex itself from current to 35.
Bug: 221087384
Change-Id: I5ce4ba90d7c05abc689853eef8347bb2e482f255
diff --git a/Android.bp b/Android.bp
index 279cfe9..0f5851f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -17469,6 +17469,7 @@
canonical_path_from_root: false,
},
sdk_version: "system_server_current",
+ min_sdk_version: "35",
apex_available: [
"com.android.profiling",
],
diff --git a/Android.bp.extras b/Android.bp.extras
index c822224..b9ed086 100644
--- a/Android.bp.extras
+++ b/Android.bp.extras
@@ -225,6 +225,7 @@
canonical_path_from_root: false,
},
sdk_version: "system_server_current",
+ min_sdk_version: "35",
apex_available: [
"com.android.profiling",
],