diff options
author | Baligh Uddin <baligh@google.com> | 2021-05-01 18:28:28 +0000 |
---|---|---|
committer | Baligh Uddin <baligh@google.com> | 2021-05-01 18:56:12 +0000 |
commit | 3b92756733a9ce98e31b8fb8c7bb9143f395bcb5 (patch) | |
tree | 5da48539b86702c0aba699ebb113b088404ff7cb /test-mock | |
parent | 9674d6d6d6bb2a719fb52cc4cf76796a8ff1b212 (diff) |
Remove annotations that have been relocated
These annotations have been relocated to frameworks/libs/modules-utils.
This CL removes the files and updates necessary build rules.
Bug: 183133670
Test: TH
Merged-In: I024252070bd806d50d54377190fdc5cd5b4445e1
Change-Id: I834b9f5320e0b6fe8cb9feb7194c82085b805e07
Diffstat (limited to 'test-mock')
-rw-r--r-- | test-mock/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-mock/Android.bp b/test-mock/Android.bp index a2447d71c3bd..b83bce654a85 100644 --- a/test-mock/Android.bp +++ b/test-mock/Android.bp @@ -38,6 +38,7 @@ java_sdk_library { ], libs: [ "framework", + "framework-annotations-lib", "app-compat-annotations", "unsupportedappusage", ], |