| commit | f07190743645c23ab46099277b32ec86f0a60530 | [log] [tgz] |
|---|---|---|
| author | Paul Duffin <paulduffin@google.com> | Thu Apr 17 10:44:19 2025 +0100 |
| committer | Paul Duffin <paulduffin@google.com> | Thu Apr 17 15:12:30 2025 +0100 |
| tree | 37e049958d0820b6ec76133b5874168ce83198a7 | |
| parent | 6e9da31e7b60219887dd60da746722d72ce86d94 [diff] |
Replace use of legacyInitialValue() with constantValue `FieldItem.legacyInitialValue()` is being removed and replaced with `FieldItem.constantValue`. This change updates the systemfeatures tool to use the latter. Note: The checks for `isStatic()` and `isFinal()` were removed as `constantValue` is only non-null on `static final` fields anyway. Flag: EXEMPT updating new build tool Bug: 354633349 Test: ./gradlew Change-Id: I949de20d59526c2f3b45d7f1c4d9df8d15b2f51c