Skip to content

Commit

Permalink
chore: remove excessive changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tjzel committed Dec 17, 2024
1 parent 0ae9631 commit b30c495
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/react-native-reanimated/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,19 @@ android {
}
sourceSets.main {
java {
// Always present
srcDirs += "src/worklets/WorkletsModule/java"

if(!hasExternalWorklets){
srcDirs += "src/worklets/main/java"
}

if (IS_NEW_ARCHITECTURE_ENABLED) {
srcDirs += "src/fabric/java"
} else {
if(!hasExternalWorklets){
srcDirs +="src/worklets/paper/java"
}
srcDirs += "src/paper/java"
}

Expand Down

0 comments on commit b30c495

Please sign in to comment.