Remove unstable IpPrefix
Seems nothing is using this. Bug: 183654927 Test: N/A Change-Id: I94233d79fb5d93970b38a79a09fc4d50822c3620
This commit is contained in:
@@ -18,5 +18,5 @@
|
|||||||
package android.net;
|
package android.net;
|
||||||
|
|
||||||
// @JavaOnlyStableParcelable only affects the parcelable when built as stable aidl (aidl_interface
|
// @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.
|
// build rule).
|
||||||
@JavaOnlyStableParcelable parcelable IpPrefix cpp_header "binder/IpPrefix.h";
|
@JavaOnlyStableParcelable parcelable IpPrefix;
|
||||||
|
|||||||
Reference in New Issue
Block a user