adopt OpenDelta for aospa
This commit is contained in:
parent
5fe5121440
commit
2a6949a1a8
|
@ -5,37 +5,37 @@
|
|||
<item name="debug_output" type="bool">true</item>
|
||||
|
||||
<!-- Property to read for ROM version -->
|
||||
<string name="property_version">ro.modversion</string>
|
||||
<string name="property_version">ro.aospa.version</string>
|
||||
|
||||
<!-- Property to read for device identifier -->
|
||||
<string name="property_device">ro.yaap.device</string>
|
||||
<string name="property_device">ro.aospa.device</string>
|
||||
|
||||
<!-- %s is expanded to property_version value. .zip, .delta, .update, .sign extensions added when needed -->
|
||||
<string name="filename_base">YAAP-%s</string>
|
||||
<string name="filename_base">aospa-%s</string>
|
||||
|
||||
<!-- Path deltas are stored, relative to sdcard root -->
|
||||
<string name="path_base">OpenDelta</string>
|
||||
|
||||
<!-- URL base to find .update and .sign files, %s is expanded to property_device value. Path is suffixed by (expanded) filename_base -->
|
||||
<string name="url_base_update">https://mirror.codebucket.de/yaap/%s/</string>
|
||||
<string name="url_base_update">https://mirror.codebucket.de/aospa/%s/</string>
|
||||
|
||||
<!-- URL base to find the full zip files, %s is replaced to be property_device value. -->
|
||||
<string name="url_base_full">https://mirror.codebucket.de/yaap/%s/</string>
|
||||
<string name="url_base_full">https://mirror.codebucket.de/aospa/%s/</string>
|
||||
|
||||
<!-- URL base to find the full zip sha256sum files, %s is replaced to be property_device value. -->
|
||||
<string name="url_base_full_sum">https://mirror.codebucket.de/yaap/%s/</string>
|
||||
<string name="url_base_full_sum">https://mirror.codebucket.de/aospa/%s/</string>
|
||||
|
||||
<!-- URL base suffix - Used only for download -->
|
||||
<string name="url_base_suffix"></string>
|
||||
|
||||
<!-- the branch name to format URLs with -->
|
||||
<string name="url_branch_name">full-signed</string>
|
||||
<string name="url_branch_name">master</string>
|
||||
|
||||
<!-- URL base to fetch all builds. first %s is replaced by branch name later on by property_device -->
|
||||
<string name="url_base_json" formatted="false">https://raw.githubusercontent.com/yaap/ota-info/%s/%s/%s.json</string>
|
||||
<string name="url_base_json" formatted="false">https://raw.githubusercontent.com/fazilsheik96/ota</string>
|
||||
|
||||
<!-- github API url, pointing to the OTA json repo. %s formatted as described above -->
|
||||
<string name="url_api_history" formatted="false">https://api.github.com/repos/yaap/ota-info/commits?sha=%s&path=%s/%s.json</string>
|
||||
<string name="url_api_history" formatted="false">https://api.github.com/repos/fazilsheik96/ota/commits?sha=%s&path=%s/%s.json</string>
|
||||
|
||||
<!-- Whether device supports A/B performance flashing -->
|
||||
<item name="support_ab_perf_mode" type="bool">false</item>
|
||||
|
|
Loading…
Reference in New Issue