From 653c770c477771eed21a8dd3cac721daf9cfea40 Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Wed, 19 Mar 2025 22:04:27 +0000 Subject: Update as AnnotationAttribute.value is now legacyValue Previously, this used `AnnotationAttribute.value` but that has just been renamed to `legacyValue`. Bug: 354633349 Test: atest check-flagged-apis-test Change-Id: I97fdc0eadbecff10bfedaa71cabd0ae97de7fb83 --- tools/check-flagged-apis/src/com/android/checkflaggedapis/Main.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/check-flagged-apis/src/com/android/checkflaggedapis/Main.kt b/tools/check-flagged-apis/src/com/android/checkflaggedapis/Main.kt index dd7c7de25d..25cba9ce4a 100644 --- a/tools/check-flagged-apis/src/com/android/checkflaggedapis/Main.kt +++ b/tools/check-flagged-apis/src/com/android/checkflaggedapis/Main.kt @@ -292,7 +292,7 @@ internal fun parseApiSignature(path: String, input: InputStream): Set