Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update android-key-attestation to most recent revision #251

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

quh4gko8
Copy link
Member

No description provided.

@quh4gko8 quh4gko8 force-pushed the update-lib branch 3 times, most recently from c22b77f to ee26873 Compare December 29, 2023 14:41
@quh4gko8 quh4gko8 changed the title Update android-key-attestation to most recent version Update android-key-attestation to most recent revision Dec 29, 2023
@quh4gko8
Copy link
Member Author

AttestationServer corresponding changeset found at GrapheneOS/AttestationServer#375

quh4gko8 and others added 10 commits December 29, 2023 17:19
Upstream android-key-attestation library uses jre flavor of guava
library, which exposes Java 8 and Java 17 API calls. While upstream
plans to expose a subset of Java 8 API calls in future numbered release,
updates to latest library is slowed down at best and breaks
compatibility with android at worst.

For now, move to guava-jre library, similar to how
Chromium alse uses the jre flavor of guava library. Java 17 calls will
be still implemented via compatibility layer contained in Utils class.
Restores the value class semantics of AuthorizationList and allows
ParsedAuthorizationMap to be freed after use.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants