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

Skip to content
Commit a83f6537 authored by Lorenzo Colitti's avatar Lorenzo Colitti
Browse files

Stop using CaptivePortalData in the shim interfaces.

CaptivePortalDataShim exists to represent a CaptivePortalData
object in contexts where that object is not known to exist at
compile time.

However, the shim interfaces use CaptivePortalData objects
directly. This means the shims themselves cannot be compiled
unless CaptivePortalData exists at compile time.

This CL removes CaptivePortalData from the shim interface. This
will allow the API 29 shims can be compiled with sdk_version 29,
providing extra compile-time safety.

Test: atest NetworkStackCoverageTests NetworkStackTests NetworkStackNextTests
Change-Id: I1b3706ad39f839875a1761df55b70822bd21b9d1
parent 2371d761
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