File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 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"
99documentation = " https://docs.rs/android-activity"
1010description = " Glue for building Rust applications on Android with NativeActivity or GameActivity"
1111license = " MIT OR Apache-2.0"
12+ include = [
13+ " /build.rs" ,
14+ " /android-games-sdk" ,
15+ " /LICENSE*" ,
16+ " /src" ,
17+ ]
1218
1319# Even though we could technically still build with 1.69, 1.73 has a fix for the
1420# definition of the `stat` struct on Android, and so it seems worthwhile drawing
Original file line number Diff line number Diff line change 55The third-party glue code, under the game-activity-csrc/ directory is covered by
66the Apache 2.0 license only:
77
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>)
99
1010## SDK Documentation
1111
1212Documentation for APIs that are direct bindings of Android platform APIs are covered
1313by the Apache 2.0 license only:
1414
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>)
1616
1717## android-activity
1818
1919All other code is dual-licensed under either
2020
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>)
2323
2424at your option.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments