Merge "Remove unstable IpPrefix" am: 3f6415a2f5 am: 2babf25cf0

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

Change-Id: I41d891c9a4e0c3c0c42fcc425ea5230d23dbb86e
This commit is contained in:
Steven Moreland
2021-04-05 23:19:09 +00:00
committed by Automerger Merge Worker

View File

@@ -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;