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

Commit 14a2bec4 authored by Brad Ebinger's avatar Brad Ebinger
Browse files

Remove jarjar rule for AsyncResult for now

There are cross-library dependencies for AsyncResult, where
the dependency hasn't been changed to the copied version of
the class. This was causing casting errors in UT code.

Bug: 143720225
Test: atest FrameworksTelephonyTests
Change-Id: I7aea4d5021e29478cf92e1f1ca9371eabbd51cbe
parent 6441748b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
rule android.os.AsyncResult* com.android.ims.AsyncResult@1
rule android.os.RegistrantList* com.android.ims.RegistrantList@1
rule android.os.Registrant* com.android.ims.Registrant@1
rule com.android.internal.os.SomeArgs* com.android.ims.SomeArgs@1