67 lines
No EOL
2 KiB
Nix
67 lines
No EOL
2 KiB
Nix
|
|
{fetchurl}:
|
|
|
|
{
|
|
|
|
|
|
"25".android-wear."armeabi-v7a" = {
|
|
name = "system-image-25-android-wear-armeabi-v7a";
|
|
path = "system-images/android-25/android-wear-cn/armeabi-v7a";
|
|
revision = "25-android-wear-armeabi-v7a";
|
|
displayName = "China version of Android Wear ARM EABI v7a System Image";
|
|
archives.all = fetchurl {
|
|
|
|
url =
|
|
https://dl.google.com/android/repository/sys-img/android-wear-cn/armeabi-v7a-25_r04.zip;
|
|
sha1 = "02d7bc86df054d1e89fe5856b3af1d2c142cab41";
|
|
|
|
};
|
|
};
|
|
|
|
|
|
"25".android-wear."x86" = {
|
|
name = "system-image-25-android-wear-x86";
|
|
path = "system-images/android-25/android-wear-cn/x86";
|
|
revision = "25-android-wear-x86";
|
|
displayName = "China version of Android Wear Intel x86 Atom System Image";
|
|
archives.all = fetchurl {
|
|
|
|
url =
|
|
https://dl.google.com/android/repository/sys-img/android-wear-cn/x86-25_r04.zip;
|
|
sha1 = "73eab14c7cf2f6941e1fee61e0038ead7a2c7f4d";
|
|
|
|
};
|
|
};
|
|
|
|
|
|
"26".android-wear."x86" = {
|
|
name = "system-image-26-android-wear-x86";
|
|
path = "system-images/android-26/android-wear-cn/x86";
|
|
revision = "26-android-wear-x86";
|
|
displayName = "China version of Android Wear Intel x86 Atom System Image";
|
|
archives.all = fetchurl {
|
|
|
|
url =
|
|
https://dl.google.com/android/repository/sys-img/android-wear-cn/x86-26_r04.zip;
|
|
sha1 = "fdc8a313f889a2d6522de1fbc00ee9e13547d096";
|
|
|
|
};
|
|
};
|
|
|
|
|
|
"28".android-wear."x86" = {
|
|
name = "system-image-28-android-wear-x86";
|
|
path = "system-images/android-P/android-wear-cn/x86";
|
|
revision = "28-android-wear-x86";
|
|
displayName = "China version of Wear OS Intel x86 Atom System Image";
|
|
archives.all = fetchurl {
|
|
|
|
url =
|
|
https://dl.google.com/android/repository/sys-img/android-wear-cn/x86-P_r02.zip;
|
|
sha1 = "a61a2e453a11f77ab15b3e0bf1e017e0bb9d1bcc";
|
|
|
|
};
|
|
};
|
|
|
|
}
|
|
|