Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b65d98f authored by Paul Duffin's avatar Paul Duffin
Browse files

Remove binary expressions from signature files

Previously, if Metalava encountered a binary expression (e.g.
subtration) in the source definition of an annotation it would
replicate that expression in the signature file. That coupled the
signature files to the source representation, e.g. changing the
expression would would cause churn in the signature files. It also
complicated signature file parsing.

This change updates the signature files to match Metalava's new
behavior of evaluating the binary expression and just using the
resulting value.

Flag: EXEMPT mechanical refactoring does not change the API
Bug: 410756171
Test: m checkapi
Change-Id: Ifd634a7f52c1266218dc83baca36442b131bc3dd
parent ae434d49
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment