Skip to content

Commit

Permalink
Fix the native.thrift path
Browse files Browse the repository at this point in the history
  • Loading branch information
George B committed Feb 15, 2024
1 parent c700dc1 commit f8fdb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/generate-native-package/native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ elif [ "$PLATFORM" == "android" ]; then


# Prefix package name in thrift file and copy it to the bridget-android repo
cat <(echo -e "namespace java com.theguardian.bridget.thrift\n") native.thrift > native_temp.thrift && mv native_temp.thrift native.thrift
cat <(echo -e "namespace java com.theguardian.bridget.thrift\n") bridget/thrift/native.thrift > bridget/thrift/native_temp.thrift && mv bridget/thrift/native_temp.thrift bridget/thrift/native.thrift
cp bridget/thrift/native.thrift bridget-android/library/src/main/thrift

# Generate thrift classes
Expand Down

0 comments on commit f8fdb1b

Please sign in to comment.