commit | da8fac1edbbbeea734458ccff2ea17ea0d34a3bc | [log] [tgz] |
---|---|---|
author | Motomu Utsumi <motomuman@google.com> | Wed Nov 29 11:58:10 2023 +0900 |
committer | Motomu Utsumi <motomuman@google.com> | Wed Nov 29 11:58:10 2023 +0900 |
tree | a34ab3c41ebadbca047ebfe07fcc94629f99b11a | |
parent | 4cc304e02540d135babdf450b484fc9989c779bc [diff] |
Remove workaround to remove FlaggedAPI in ump Test: TH Merged-In: Ib69d2fdc1d73b36a08a3d8ae1f2c45b2bcffae64 Change-Id: I88c993680976d2e10d672bfdbf45119f2db13868
diff --git a/framework/Android.bp b/framework/Android.bp index 79e77ef..10acbd0 100644 --- a/framework/Android.bp +++ b/framework/Android.bp
@@ -22,10 +22,6 @@ // In the branch which does not support FlaggedAPI, use this default to ignore the annotated APIs. java_defaults { name: "FlaggedApiDefaults", - api_dir: "udc-extended-api", - droiddoc_options: [ - "--hide-annotation android.annotation.FlaggedApi", - ], } // The above variables may have different values