Skip to content

Commit

Permalink
set third_party_typescript and third_party_noto-cjk remote to gitee
Browse files Browse the repository at this point in the history
these repos are not present in oniro mirrors because of sync problems, therefore fallback to gitee for  third_party_typescript and third_party_noto-cjk remote

Signed-off-by: Francesco Pham <[email protected]>
  • Loading branch information
Francesco Pham committed Oct 31, 2024
1 parent e6e23ee commit e560296
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ohos/ohos.xml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
<project name="third_party_opensles" path="third_party/openSLES" groups="default,ohos:standard,ohos:system"/>
<project name="third_party_libnl" path="third_party/libnl" groups="default,ohos:standard,ohos:system"/>
<project name="third_party_openmax" path="third_party/openmax" groups="default,ohos:standard,ohos:system,ohos:chipset"/>
<project name="third_party_typescript" path="third_party/typescript" groups="default,ohos:standard,ohos:system"/>
<project name="third_party_typescript" remote="gitee" path="third_party/typescript" groups="default,ohos:standard,ohos:system"/>
<project name="third_party_libexif" path="third_party/libexif" groups="default,ohos:standard,ohos:system,ohos:chipset"/>
<project name="third_party_astc-encoder" path="third_party/astc-encoder" groups="default,ohos:standard,ohos:system,ohos:chipset"/>
<project name="commonlibrary_memory_utils" path="commonlibrary/memory_utils" groups="default,ohos:standard,ohos:system"/>
Expand Down Expand Up @@ -439,7 +439,7 @@
<project name="tee_tee_client" path="base/tee/tee_client" groups="default,ohos:standard,ohos:system,ohos:chipset"/>
<project name="graphic_graphic_surface" path="foundation/graphic/graphic_surface" groups="default,ohos:standard,ohos:system,ohos:chipset"/>
<project name="third_party_notofonts" path="third_party/notofonts" groups="default,ohos:standard,ohos:system"/>
<project name="third_party_noto-cjk" path="third_party/noto-cjk" groups="default,ohos:standard,ohos:system"/>
<project name="third_party_noto-cjk" remote="gitee" path="third_party/noto-cjk" groups="default,ohos:standard,ohos:system"/>
<project name="third_party_brotli" path="third_party/brotli" groups="default,ohos:standard,ohos:system"/>
<project name="third_party_lame" path="third_party/lame" groups="default,ohos:standard,ohos:system"/>
<project name="third_party_decimal.js" path="third_party/decimal.js" groups="default,ohos:standard,ohos:system"/>
Expand Down
4 changes: 2 additions & 2 deletions oniro.xml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
<project name="third_party_opensles" path="third_party/openSLES" groups="default,ohos:standard,ohos:system"/>
<project name="third_party_libnl" path="third_party/libnl" groups="default,ohos:standard,ohos:system"/>
<project name="third_party_openmax" path="third_party/openmax" groups="default,ohos:standard,ohos:system,ohos:chipset"/>
<project name="third_party_typescript" path="third_party/typescript" groups="default,ohos:standard,ohos:system"/>
<project name="third_party_typescript" remote="gitee" path="third_party/typescript" groups="default,ohos:standard,ohos:system"/>
<project name="third_party_libexif" path="third_party/libexif" groups="default,ohos:standard,ohos:system,ohos:chipset"/>
<project name="third_party_astc-encoder" path="third_party/astc-encoder" groups="default,ohos:standard,ohos:system,ohos:chipset"/>
<project name="commonlibrary_memory_utils" path="commonlibrary/memory_utils" groups="default,ohos:standard,ohos:system"/>
Expand Down Expand Up @@ -438,7 +438,7 @@
<project name="tee_tee_client" path="base/tee/tee_client" groups="default,ohos:standard,ohos:system,ohos:chipset"/>
<project name="graphic_graphic_surface" path="foundation/graphic/graphic_surface" groups="default,ohos:standard,ohos:system,ohos:chipset"/>
<project name="third_party_notofonts" path="third_party/notofonts" groups="default,ohos:standard,ohos:system"/>
<project name="third_party_noto-cjk" path="third_party/noto-cjk" groups="default,ohos:standard,ohos:system"/>
<project name="third_party_noto-cjk" remote="gitee" path="third_party/noto-cjk" groups="default,ohos:standard,ohos:system"/>
<project name="third_party_brotli" path="third_party/brotli" groups="default,ohos:standard,ohos:system"/>
<project name="third_party_lame" path="third_party/lame" groups="default,ohos:standard,ohos:system"/>
<project name="third_party_decimal.js" path="third_party/decimal.js" groups="default,ohos:standard,ohos:system"/>
Expand Down

0 comments on commit e560296

Please sign in to comment.