androidenv: Add the Android Instant Apps SDK

This commit is contained in:
Michael Weiss
2017-09-09 16:47:19 +02:00
parent 84e34d4d5d
commit af78d76718
4 changed files with 66 additions and 30 deletions
@@ -305,4 +305,16 @@ in
};
};
instant_apps = buildGoogleApis {
name = "instant_apps_sdk";
src = fetchurl {
url = https://dl.google.com/android/repository/aiasdk-1.0.0.zip;
sha1 = "50074a0f0312ee1d0d81d2cddc3d84a8a9e97a53";
};
meta = {
description = "Android Instant Apps Development SDK";
url = "https://developer.android.com/";
};
};
}