summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-06-18 16:43:15 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-06-18 16:43:15 +0000
commit7bca9bf7de268c43e1801153f45ac933fa490795 (patch)
treeca41e84913326e566c2eddc1567e4c5e16aef177
parent10b6226702de08d9c8b9c2ce11040c7d6a651250 (diff)
parent6c8a51c9f6c1dde862630128932e4f943dcc02c7 (diff)
Merge "Set min_sdk_version to be part of mainline modules"
-rw-r--r--core/proto/android/server/connectivity/Android.bp2
-rw-r--r--proto/Android.bp2
2 files changed, 4 insertions, 0 deletions
diff --git a/core/proto/android/server/connectivity/Android.bp b/core/proto/android/server/connectivity/Android.bp
index 413623963851..50c238b96307 100644
--- a/core/proto/android/server/connectivity/Android.bp
+++ b/core/proto/android/server/connectivity/Android.bp
@@ -21,4 +21,6 @@ java_library_static {
"data_stall_event.proto",
],
sdk_version: "system_current",
+ // this is part of updatable modules(NetworkStack) which targets 29(Q)
+ min_sdk_version: "29",
}
diff --git a/proto/Android.bp b/proto/Android.bp
index 65bccbb4aac8..ac1b852abf55 100644
--- a/proto/Android.bp
+++ b/proto/Android.bp
@@ -26,4 +26,6 @@ java_library_static {
},
srcs: ["src/metrics_constants/metrics_constants.proto"],
sdk_version: "system_current",
+ // this is part of updatable modules(CaptivePortalLogin) which targets 29(Q)
+ min_sdk_version: "29",
}