Skip to content

Commit

Permalink
add graalvm to the class name as native is nto very clear in our code…
Browse files Browse the repository at this point in the history
… base
  • Loading branch information
TingDaoK committed Sep 6, 2024
1 parent b8998b7 commit b86e67b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/crt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ android {
main {
java.srcDir '../../src/main/java'
java.srcDir 'src/main/java'
java.exclude '**/NativeFeature.java'
java.exclude '**/GraalVMNativeFeature.java'
}
androidTest {
setRoot '../../src/test'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Implementation of GraalVM feature to extract the share lib to the image path.
* Internal API, not for external usage.
*/
public class NativeFeature implements Feature {
public class GraalVMNativeFeature implements Feature {

@Override
public void afterImageWrite(AfterImageWriteAccess access) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Args=--enable-url-protocols=jar --features=software.amazon.awssdk.crt.internal.NativeFeature
Args=--enable-url-protocols=jar --features=software.amazon.awssdk.crt.internal.GraalVMNativeFeature

0 comments on commit b86e67b

Please sign in to comment.