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

Commit 2787db21 authored by Steven Moreland's avatar Steven Moreland
Browse files

Remove unstable IpPrefix

Seems nothing is using this.

Bug: 183654927
Test: N/A
Change-Id: I94233d79fb5d93970b38a79a09fc4d50822c3620
parent bd32be9d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,5 +18,5 @@
package android.net;

// @JavaOnlyStableParcelable only affects the parcelable when built as stable aidl (aidl_interface
// build rule). IpPrefix is also used in cpp but only as non-stable aidl.
@JavaOnlyStableParcelable parcelable IpPrefix cpp_header "binder/IpPrefix.h";
// build rule).
@JavaOnlyStableParcelable parcelable IpPrefix;