aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshish Kumar <akgaurav@google.com>2023-03-21 15:50:08 +0000
committerAshish Kumar Gaurav <akgaurav@google.com>2023-03-22 13:39:35 +0000
commitd4aa7bb81a31d9478ef9b5259041d78d8f3a2e55 (patch)
treeff7c1522090b597adb2b44a1fe674cf6aaa9dc55
parent64c5f0af1df5b70c39010fec9ed566f5430056e3 (diff)
downloadlayoutlib-d4aa7bb81a31d9478ef9b5259041d78d8f3a2e55.tar.gz
Updated BridgeContentProvider#getStreamTypes with attributionSource
Test: build Bug: b/274595210 Change-Id: I8b53bfe9c90d27e0cff3ce67dbd7cde12f47921f Merged-In: I8b53bfe9c90d27e0cff3ce67dbd7cde12f47921f
-rw-r--r--bridge/src/com/android/layoutlib/bridge/android/BridgeContentProvider.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/bridge/src/com/android/layoutlib/bridge/android/BridgeContentProvider.java b/bridge/src/com/android/layoutlib/bridge/android/BridgeContentProvider.java
index cc060a9b52..a194dc5b1b 100644
--- a/bridge/src/com/android/layoutlib/bridge/android/BridgeContentProvider.java
+++ b/bridge/src/com/android/layoutlib/bridge/android/BridgeContentProvider.java
@@ -159,7 +159,8 @@ public final class BridgeContentProvider implements IContentProvider {
}
@Override
- public String[] getStreamTypes(Uri arg0, String arg1) throws RemoteException {
+ public String[] getStreamTypes(AttributionSource attributionSource, Uri arg0, String arg1)
+ throws RemoteException {
// TODO Auto-generated method stub
return null;
}