Skip to content

Commit 90e84d2

Browse files
committed
Add LICENSE symlinks
Without this, `cargo publish` will upload a tarball that has no LICENSE file. This in turn makes the get_rust_pkg.py script in Android error out when trying to import the crate to AOSP. The symlinks is all that is needed: Cargo will automatically pack up the content (not the symlink) when publishing.
1 parent efc4996 commit 90e84d2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

googletest/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE

googletest_macro/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE

0 commit comments

Comments
 (0)