Skip to content

Commit

Permalink
java: fix src name dependency rename (#156)
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Chiu <achiu@lyft.com>
Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
Alan Chiu authored and jpsim committed Nov 29, 2022
1 parent 9161dfa commit 5d6136c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ kt_android_library(
# for the kotlin jni layer
android_library(
name = "java_cc_alias",
srcs = ["library/kotlin/io/envoyproxy/envoymobile/EnovyKotlinEmptyClass.java"],
srcs = ["library/kotlin/io/envoyproxy/envoymobile/EnvoyKotlinEmptyClass.java"],
custom_package = "io.envoyproxy.envoymobile",
manifest = "library/EnvoyManifest.xml",
deps = ["//library/common:envoy_jni_interface_lib"],
Expand Down

0 comments on commit 5d6136c

Please sign in to comment.