Skip to content

Commit

Permalink
exclude from gradle as well
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Aug 9, 2024
1 parent f6ff0e0 commit 1cda70c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/crt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ android {
main {
java.srcDir '../../src/main/java'
java.srcDir 'src/main/java'
exclude 'src/main/java/software/amazon/awssdk/crt/NativeFeature.java'
}
androidTest {
setRoot '../../src/test'
Expand Down

0 comments on commit 1cda70c

Please sign in to comment.