nixpkgs/pkgs/development/mobile/androidenv/generated/system-images-google_apis_playstore.nix

65 lines
2.8 KiB
Nix
Raw Normal View History

{fetchurl}:
{
"24".google_apis_playstore."x86" = {
name = "system-image-24-google_apis_playstore-x86";
path = "system-images/android-24/google_apis_playstore/x86";
revision = "24-google_apis_playstore-x86";
displayName = "Google Play Intel x86 Atom System Image";
archives.all = fetchurl {
url = "https://dl.google.com/android/repository/sys-img/google_apis_playstore/x86-24_r19.zip";
sha1 = "b52e9593ffdde65c1a0970256a32e8967c89cc22";
};
};
"25".google_apis_playstore."x86" = {
name = "system-image-25-google_apis_playstore-x86";
path = "system-images/android-25/google_apis_playstore/x86";
revision = "25-google_apis_playstore-x86";
displayName = "Google Play Intel x86 Atom System Image";
archives.all = fetchurl {
url = "https://dl.google.com/android/repository/sys-img/google_apis_playstore/x86-25_r09.zip";
sha1 = "6f6668954f7fd52f896fe7528aa122028c9b026c";
};
};
"26".google_apis_playstore."x86" = {
name = "system-image-26-google_apis_playstore-x86";
path = "system-images/android-26/google_apis_playstore/x86";
revision = "26-google_apis_playstore-x86";
displayName = "Google Play Intel x86 Atom System Image";
archives.all = fetchurl {
url = "https://dl.google.com/android/repository/sys-img/google_apis_playstore/x86-26_r07.zip";
sha1 = "2c8bee7b97a309f099941532e63c42a7d4a06e19";
};
};
"27".google_apis_playstore."x86" = {
name = "system-image-27-google_apis_playstore-x86";
path = "system-images/android-27/google_apis_playstore/x86";
revision = "27-google_apis_playstore-x86";
displayName = "Google Play Intel x86 Atom System Image";
archives.all = fetchurl {
url = "https://dl.google.com/android/repository/sys-img/google_apis_playstore/x86-27_r03.zip";
sha1 = "eb5a944ceb691ca0648d0a6f0d93893a47223b5d";
};
};
"28".google_apis_playstore."x86" = {
name = "system-image-28-google_apis_playstore-x86";
path = "system-images/android-28/google_apis_playstore/x86";
revision = "28-google_apis_playstore-x86";
displayName = "Google Play Intel x86 Atom System Image";
archives.all = fetchurl {
url = "https://dl.google.com/android/repository/sys-img/google_apis_playstore/x86-28_r08.zip";
androidenv: manually (!) delete more complex version of google images This commit was built as a revert commit followed by deletion: * Revert "androidenv: manually (!) delete oldest revision of google images". * Delete other revision. Using `systemImageType = "google_apis_playstore"` (and `abiVersion = "x86"` and `platformVersion = "28"` - that I expect resolved to `97d9d4f4a2afa8b0f5d52e90748e19c10406ca93`), the symptom is: ``` Warning: Observed package id 'system-images;android-28;google_ndk_playstore;x86' in inconsistent location '/nix/store/...-androidsdk/libexec/android-sdk/system-images/android-28/google_apis_playstore/x86' (Expected '/nix/store/...-androidsdk/libexec/android-sdk/system-images/android-28/google_ndk_playstore/x86') ... Error: Package path is not valid. Valid system image paths are: system-images;android-28;google_ndk_playstore;x86 ``` How is the actual image name `google_ndk_playstore` when the fetched image has id `google_apis_playstore`? Attempt keeping - of the two images - the one that looks simpler. For the `"28".google_apis."x86"` images, in the XML the differences are: more complex license (what is `arm-dbt`?); higher emulator. Namely: ``` <uses-license ref="android-sdk-license"/> <dependencies> <dependency path="patcher;v4"/> <dependency path="emulator"> <min-revision> <major>27</major> <minor>1</minor> <micro>7</micro> ... <uses-license ref="android-sdk-arm-dbt-license"/> <dependencies> <dependency path="patcher;v4"/> <dependency path="emulator"> <min-revision> <major>29</major> <minor>1</minor> <micro>12</micro> ``` Analogously for `"28".google_apis_playstore."x86"`.
2020-03-09 17:59:57 +00:00
sha1 = "5381f9d52a3bf1967c9c92a25b20012cd68764c8";
};
};
"28".google_apis_playstore."x86_64" = {
name = "system-image-28-google_apis_playstore-x86_64";
path = "system-images/android-28/google_apis_playstore/x86_64";
revision = "28-google_apis_playstore-x86_64";
displayName = "Google Play Intel x86 Atom_64 System Image";
archives.all = fetchurl {
url = "https://dl.google.com/android/repository/sys-img/google_apis_playstore/x86_64-28_r08.zip";
sha1 = "a767da996fdea7a1f5632a9206fa5c009d6e580c";
};
};
}