mirror of
https://github.com/izzy2lost/docker-android.git
synced 2026-06-19 01:16:28 -07:00
Add files via upload
This commit is contained in:
+38
@@ -0,0 +1,38 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
android = {
|
||||
enable = true;
|
||||
platforms.version = [ "32" "34" ];
|
||||
systemImageTypes = [ "google_apis_playstore" ];
|
||||
abis = [ "arm64-v8a" "x86_64" ];
|
||||
cmake.version = [ "3.22.1" ];
|
||||
cmdLineTools.version = "11.0";
|
||||
tools.version = "26.1.1";
|
||||
platformTools.version = "34.0.5";
|
||||
buildTools.version = [ "30.0.3" ];
|
||||
emulator = {
|
||||
enable = true;
|
||||
version = "34.1.9";
|
||||
};
|
||||
sources.enable = false;
|
||||
systemImages.enable = true;
|
||||
ndk.enable = true;
|
||||
googleAPIs.enable = true;
|
||||
googleTVAddOns.enable = true;
|
||||
extras = [ "extras;google;gcm" ];
|
||||
extraLicenses = [
|
||||
"android-sdk-preview-license"
|
||||
"android-googletv-license"
|
||||
"android-sdk-arm-dbt-license"
|
||||
"google-gdk-license"
|
||||
"intel-android-extra-license"
|
||||
"intel-android-sysimage-license"
|
||||
"mips-android-sysimage-license"
|
||||
];
|
||||
android-studio = {
|
||||
enable = true;
|
||||
package = pkgs.android-studio;
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
allowUnfree: true
|
||||
Reference in New Issue
Block a user