Skip to content

Commit

Permalink
Add LICENSE symlinks
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mgeisler committed Jun 30, 2023
1 parent efc4996 commit 90e84d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions googletest/LICENSE
1 change: 1 addition & 0 deletions googletest_macro/LICENSE

0 comments on commit 90e84d2

Please sign in to comment.