Skip to content

Commit

Permalink
Removes ndk-context as part of rust-mobile#372 modularization
Browse files Browse the repository at this point in the history
The ndk-context subdirectory has been split into a
stand-alone repository at: https://github.com/rust-mobile/ndk-context

This is being done as part of the modularization effort described in
issue rust-mobile#372

The stand-alone repository was filtered like this:

```
git clone https://github.com/newren/git-filter-repo
git clone https://github.com/rust-windowing/android-ndk-rs.git ndk-glue
cd ndk-glue
py ../git-filter-repo/git-filter-repo \
    --path ndk-context \
    --path ndk-examples --path-rename ndk-examples:examples \
    --path LICENSE-APACHE --path LICENSE-MIT \
    --path Cargo.toml --path rustfmt.toml \
    --path .github --path .gitignore
```

The last commit in this repo that is included within the
stand-alone repository is 107f03e
  • Loading branch information
rib committed Dec 7, 2022
1 parent 6344c06 commit 2c8db67
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 129 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
crate:
- { name: "ndk-sys", target: "armv7-linux-androideabi" }
- { name: "ndk", target: "armv7-linux-androideabi" }
- { name: "ndk-context", target: "armv7-linux-androideabi" }
- { name: "ndk-build", target: "x86_64-unknown-linux-gnu" }
- { name: "cargo-apk", target: "x86_64-unknown-linux-gnu" }
steps:
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[workspace]
members = [
"ndk",
"ndk-context",
"ndk-build",
"ndk-examples",
"ndk-sys",
Expand Down
9 changes: 0 additions & 9 deletions ndk-context/CHANGELOG.md

This file was deleted.

12 changes: 0 additions & 12 deletions ndk-context/Cargo.toml

This file was deleted.

6 changes: 0 additions & 6 deletions ndk-context/README.md

This file was deleted.

100 changes: 0 additions & 100 deletions ndk-context/src/lib.rs

This file was deleted.

0 comments on commit 2c8db67

Please sign in to comment.