summary refs log tree commit diff
path: root/pkgs/development/mobile/androidenv/generated/system-images-android-wear-cn.nix
blob: 372a751f41cb3643b24aeca531b31c910ba5b4ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{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";
      
      };
  };
  
}