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

Commit 864526f0 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "Remove unstable IpPrefix" am: 3afeb0d2

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1662674

Change-Id: I7517ae6cefa96ee3ca38fbcca36970677cb6469b
parents 12e452e7 3afeb0d2
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;