Add @JavaOnlyStableParcelable to AttributionSource

Annotate AttributionSource with @JavaOnlyStableParcelable as it is
already available as part of the SDK.

Bug: 197828948
Test: atest --host aidl_unittests
Change-Id: I3e9343030947404239c9a963a529d246c57a04a1
This commit is contained in:
Thiébaud Weksteen
2021-12-02 13:14:21 +11:00
parent 67bf96eac9
commit ae4bf7dda6

View File

@@ -16,4 +16,5 @@
package android.content;
@JavaOnlyStableParcelable
parcelable AttributionSource;