File tree 4 files changed +10
-4
lines changed
4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ repository = "https://github.com/rust-mobile/android-activity"
9
9
documentation = " https://docs.rs/android-activity"
10
10
description = " Glue for building Rust applications on Android with NativeActivity or GameActivity"
11
11
license = " MIT OR Apache-2.0"
12
+ include = [
13
+ " /build.rs" ,
14
+ " /game-activity-csrc" ,
15
+ " /LICENSE*" ,
16
+ " /src" ,
17
+ ]
12
18
13
19
# 1.69 was when Rust last updated the Android NDK version used to build the
14
20
# standard library which avoids needing the -lunwind workaround in build tools.
Original file line number Diff line number Diff line change 5
5
The third-party glue code, under the game-activity-csrc/ directory is covered by
6
6
the Apache 2.0 license only:
7
7
8
- Apache License, Version 2.0 (docs/ LICENSE-APACHE or <http://www.apache.org/licenses/LICENSE-2.0>)
8
+ Apache License, Version 2.0 (LICENSE-APACHE or <http://www.apache.org/licenses/LICENSE-2.0>)
9
9
10
10
## SDK Documentation
11
11
12
12
Documentation for APIs that are direct bindings of Android platform APIs are covered
13
13
by the Apache 2.0 license only:
14
14
15
- Apache License, Version 2.0 (docs/ LICENSE-APACHE or <http://www.apache.org/licenses/LICENSE-2.0>)
15
+ Apache License, Version 2.0 (LICENSE-APACHE or <http://www.apache.org/licenses/LICENSE-2.0>)
16
16
17
17
## android-activity
18
18
19
19
All other code is dual-licensed under either
20
20
21
- - MIT License (docs/ LICENSE-MIT or <http://opensource.org/licenses/MIT>)
22
- - Apache License, Version 2.0 (docs/ LICENSE-APACHE or <http://www.apache.org/licenses/LICENSE-2.0>)
21
+ - MIT License (LICENSE-MIT or <http://opensource.org/licenses/MIT>)
22
+ - Apache License, Version 2.0 (LICENSE-APACHE or <http://www.apache.org/licenses/LICENSE-2.0>)
23
23
24
24
at your option.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments