diff options
author | 2018-12-10 17:38:35 +0000 | |
---|---|---|
committer | 2018-12-10 17:38:35 +0000 | |
commit | 1f75782a04826f9923f76c5272fcbe8977a5b5dc (patch) | |
tree | 652f5d312e9026ea819facc6d20ac77711ad2fa5 | |
parent | 64efde0bfc44412a8a606b04bca9e9a5169034c9 (diff) | |
parent | 81724dc14148f29a30b224fe7b198baf7244f71e (diff) |
Merge "Merge "hiddenapi-mappings: Hide ReferencesHidden errors" am: 3cfdb94845 am: f1f26e1165 am: b2d80c1acc"
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index b3d3dd2fef62..55686734e8ea 100644 --- a/Android.bp +++ b/Android.bp @@ -1616,6 +1616,7 @@ droidstubs { ], dex_mapping_filename: "dex-mapping.txt", args: metalava_framework_docs_args + + " --hide ReferencesHidden " + " --show-unannotated " + " --show-annotation android.annotation.SystemApi " + " --show-annotation android.annotation.TestApi " |