diff options
author | Aaron Huang <huangaaron@google.com> | 2021-05-27 15:00:24 +0800 |
---|---|---|
committer | Aaron Huang <huangaaron@google.com> | 2021-05-27 15:00:24 +0800 |
commit | fb2b21a167b61bd78150d7f20f8f4269b4b4a7bd (patch) | |
tree | f141b86dd7cea0165cee73022c8ad6d3244e9a26 /Android.bp | |
parent | 018e1142021bb8f9a2b0332921c16d4e86804acf (diff) |
Remove IntDef annotations from NetworkPolicyManager
@RestrictBackgroundStatus and @MultipathPreference are defined
in connectivity mainline module. Annotate these in non-updatable
platform is not going to be manageable long term. For example,
if the module gets updated and the annotation gets more values
then it's a problem in non-updatable platform. So, it should
not have IntDef cross module boundaries. The javadoc already
document the return type.
Bug: 183972925
Test: build
Change-Id: I371e61fc1ba4d6137139bcfbf1d57fdebe00a257
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp index 6c5acd2b416b..2321cc5dd61d 100644 --- a/Android.bp +++ b/Android.bp @@ -322,7 +322,6 @@ java_defaults { libs: [ "app-compat-annotations", "ext", - "framework-connectivity-annotations", "framework-updatable-stubs-module_libs_api", "unsupportedappusage", ], |