commit | 77c3e33dfcc53cab895d94887b75f2d8bab0c5bf | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Oct 26 15:15:17 2023 +0000 |
committer | Anton Hansson <hansson@google.com> | Thu Oct 26 15:49:11 2023 +0000 |
tree | 9504812dce0c1cfa466186d344f164c494925783 | |
parent | 15181c7139c39fb2201c94b5c551ee95318e17f2 [diff] |
Stop disabling the HiddenTypeParameter check Doesn't appear to be necessary. Bug: 306806877 Test: m checkapi Change-Id: Ibcc62aa9ff4f06de110f81dec32b0008ec784b33
diff --git a/Android.bp b/Android.bp index 0c08119..f568743 100644 --- a/Android.bp +++ b/Android.bp
@@ -686,7 +686,6 @@ "--hide CallbackInterface", "--hide DeprecationMismatch", "--hide HiddenSuperclass", - "--hide HiddenTypeParameter", "--hide MissingPermission", "--hide RequiresPermission", "--hide SdkConstant",