android: add licenses

androidndk is apache 2.0
androidsdk is unfree
This commit is contained in:
Matthew Bauer 2018-08-06 10:14:36 -04:00
parent 5356b5b355
commit 4a5cbdf5ea
2 changed files with 2 additions and 0 deletions

View File

@ -91,5 +91,6 @@ stdenv.mkDerivation rec {
meta = { meta = {
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
hydraPlatforms = []; hydraPlatforms = [];
license = stdenv.lib.licenses.asl20;
}; };
} }

View File

@ -267,5 +267,6 @@ stdenv.mkDerivation rec {
meta = { meta = {
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
hydraPlatforms = []; hydraPlatforms = [];
license = stdenv.lib.licenses.unfree;
}; };
} }