Skip to content

Commit d372486

Browse files
authored
Remove mention of sentry-native submodule (#4377)
The Android NDK support was moved from sentry-java to sentry-native in #3189 and since then sentry-java has not had submodules.
1 parent c5d5a42 commit d372486

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,6 @@ This repo uses the following ways to release SDK updates:
100100
* [Sample App. with Sentry Java SDK](https://github.com/getsentry/examples/tree/master/java).
101101
* [Sample for Development](https://github.com/getsentry/sentry-java/tree/main/sentry-samples).
102102

103-
# Development
104-
105-
This repository includes [`sentry-native`](https://github.com/getsentry/sentry-native/) as a git submodule.
106-
To build against `sentry-native` checked-out elsewhere in your file system, create a symlink `sentry-android-ndk/sentry-native-local` that points to your `sentry-native` directory.
107-
For example, if you had `sentry-native` checked-out in a sibling directory to this repo:
108-
109-
`ln -s ../../sentry-native sentry-android-ndk/sentry-native-local`
110-
111-
which will be picked up by `gradle` and used instead of the git submodule.
112-
This directory is also included in `.gitignore` not to be shown as pending changes.
113-
114103
# Sentry Self Hosted Compatibility
115104

116105
Since version 3.0.0 of this SDK, Sentry version >= v20.6.0 is required. This only applies to self-hosted Sentry, if you are using [sentry.io](http://sentry.io/) no action is needed.

0 commit comments

Comments
 (0)