summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorAaron Huang <huangaaron@google.com>2021-04-14 01:25:55 +0800
committerAaron Huang <huangaaron@google.com>2021-05-14 10:30:49 +0800
commit4a9f988934c8d8d3b2bfc993708745f4cba614e6 (patch)
tree2cc8203bbbb8aa9d098fe391be563638d8a83678 /Android.bp
parente90ea3aaba519a60224c8742c8990f8442776b17 (diff)
Add ConnectivityAnnotations class
This change is to address API review, add respective @IntDef for network policy API. Typedef cannot be exposed as SystemApi so add ConnectivityAnnotations class and add an annotation library so that it can be used in module and platform. Bug: 183972925 Test: m, build doc target framework-doc-stubs_annotations.zip and check the APIs have an attribute IntDef annotation Change-Id: Ie3ec40cf48818edd422a4550377774eae387d3b2
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 381e0466efbd..4a2236980fa3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -313,6 +313,7 @@ java_defaults {
libs: [
"app-compat-annotations",
"ext",
+ "framework-connectivity-annotations",
"framework-updatable-stubs-module_libs_api",
"unsupportedappusage",
],