Skip to content

Commit

Permalink
Add build setting to generate IDL classes for FDL and transport-runti…
Browse files Browse the repository at this point in the history
…me (#5891)
  • Loading branch information
rlazo committed Apr 23, 2024
1 parent c700552 commit 5c3f7ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions firebase-dynamic-links/firebase-dynamic-links.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ android {
timeOutInMs 60 * 1000
}

buildFeatures {
aidl true
}

namespace "com.google.firebase.dynamiclinks"
compileSdkVersion project.compileSdkVersion
defaultConfig {
Expand Down
2 changes: 1 addition & 1 deletion subprojects.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ firebase-database
# firebase-database:ktx
firebase-database-collection
firebase-datatransport
# firebase-dynamic-links
firebase-dynamic-links
# firebase-dynamic-links:ktx
firebase-firestore
# firebase-firestore:ktx
Expand Down
3 changes: 3 additions & 0 deletions transport/transport-runtime/transport-runtime.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ android {
testOptions.unitTests {
includeAndroidResources = true
}
buildFeatures {
aidl true
}
}

thirdPartyLicenses {
Expand Down

0 comments on commit 5c3f7ef

Please sign in to comment.