diff options
author | Artur Satayev <satayev@google.com> | 2019-12-18 18:22:11 +0000 |
---|---|---|
committer | Artur Satayev <satayev@google.com> | 2020-01-06 12:28:47 +0000 |
commit | a855d2dd2a07926d8c82e57ba6f1ef634f0cb3f1 (patch) | |
tree | 97654d166e2a8b6dd6136381434b0628f5953be0 /service | |
parent | 7f0d3862863b6a6d4cc7a4f76a0d2bf9d2874921 (diff) |
Add unsupportedappusage as deps.
The dependency is needed for the new android.compat.annotation.UnsupportedAppUsage.
Bug: 145132366
Test: m
Change-Id: I4756383b9264276195f32744ec7e7a0a38d5ec8b
Diffstat (limited to 'service')
-rw-r--r-- | service/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/service/Android.bp b/service/Android.bp index 2cf088911..084b45c27 100644 --- a/service/Android.bp +++ b/service/Android.bp @@ -101,6 +101,7 @@ java_library { // TODO(b/135994092): Replace with framework-system-stubs once all @hide dependencies are // resolved. "framework-minus-apex", + "unsupportedappusage", ], static_libs: [ |