Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 7a688b3

Browse files
committed
include oem_russia
1 parent 06bb212 commit 7a688b3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bbarchivist.pyproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
<Content Include=".scrutinizer.yml" />
3131
<Content Include=".travis.yml" />
3232
<Content Include="appveyor.yml" />
33+
<Content Include="bbarchivist\datfiles\flashall.bat-4.dat" />
34+
<Content Include="bbarchivist\datfiles\flashall.sh-4.dat" />
3335
<Content Include="bbarchivist\json\appstoremove.json">
3436
<SubType>Code</SubType>
3537
</Content>
@@ -38,8 +40,6 @@
3840
</Content>
3941
<Content Include="bbarchivist\datfiles\cap-3.11.0.27.dat" />
4042
<Content Include="bbarchivist\datfiles\cfp-3.10.0.57.dat" />
41-
<Content Include="bbarchivist\datfiles\flashall.bat-1.dat" />
42-
<Content Include="bbarchivist\datfiles\flashall.sh-1.dat" />
4343
<Content Include="bbarchivist\json\devskeletons.json">
4444
<SubType>Code</SubType>
4545
</Content>

bbarchivist/loadergen.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -725,10 +725,10 @@ def generate_tclloader_deps(platform):
725725
:type platform: str
726726
"""
727727
if platform == "bbry_qc8953": # KEYone
728-
oems = ["oem_att", "oem_china", "oem_common", "oem_sprint", "oem_vzw", "oem_indonesia"]
728+
oems = ["oem_att", "oem_china", "oem_common", "oem_sprint", "oem_vzw", "oem_indonesia", "oem_russia"]
729729
radios = ["china", "dschina", "emea", "global", "india", "japan", "usa"]
730730
elif platform == "bbry_qc8953krypton": # Motion
731-
oems = ["oem_att", "oem_common", "oem_sprint"]
731+
oems = ["oem_att", "oem_common", "oem_sprint", "oem_russia"]
732732
radios = ["americas", "cdma", "dscn", "dsglobal", "ssglobal"]
733733
return oems, radios
734734

0 commit comments

Comments
 (0)