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;
|
||||
|
||||
// @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;
|
||||
|
||||
Reference in New Issue
Block a user