File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 " fastlane/metadata/android/en-US/*.txt" ,
77 " gradle/wrapper/gradle-wrapper.properties" ,
88 " .all-contributorsrc" ,
9- " allowed_signers " ,
10- " Gemfile.lock "
9+ " Gemfile.lock " ,
10+ " allowed_signers "
1111]
1212SPDX-FileCopyrightText = " NONE"
1313SPDX-License-Identifier = " CC0-1.0"
@@ -22,3 +22,13 @@ SPDX-FileComment = [
2222 " https://code.visualstudio.com/docs/editor/tasks" ,
2323 " https://code.visualstudio.com/docs/editor/variables-reference"
2424]
25+
26+ [[annotations ]]
27+ path = [
28+ " gradle/wrapper/gradle-wrapper.jar"
29+ ]
30+ SPDX-FileCopyrightText = " 2007 the original author or authors"
31+ SPDX-License-Identifier = " Apache-2.0"
32+ SPDX-FileComment = [
33+ " Sources: https://github.com/gradle/gradle/tree/master/subprojects/wrapper"
34+ ]
Original file line number Diff line number Diff line change @@ -257,8 +257,11 @@ cp -f "${MAIN_DIR:?}"/CHANGELOG.rst "${TEMP_DIR:?}/zip-content/docs/" || ui_erro
257257# Do not ship currently unused files
258258rm -rf " ${TEMP_DIR:? } " /zip-content/misc/aapt || ui_error ' Failed to delete unused files in the temp dir'
259259rm -f " ${TEMP_DIR:? } " /zip-content/misc/busybox/busybox-mips* || ui_error ' Failed to delete unused files in the temp dir'
260- rm -f " ${TEMP_DIR:? } " /zip-content/LICENSES/Info-ZIP.txt || ui_error ' Failed to delete unused files in the temp dir'
261- rm -f " ${TEMP_DIR:? } " /zip-content/LICENSES/Unlicense.txt || ui_error ' Failed to delete unused files in the temp dir'
260+
261+ # Do not ship licenses of components used only by the repo and not by the produced zip
262+ rm -f " ${TEMP_DIR:? } " /zip-content/LICENSES/LGPL-3.0-or-later.txt || ui_error ' Failed to delete unused licenses in the temp dir'
263+ rm -f " ${TEMP_DIR:? } " /zip-content/LICENSES/Info-ZIP.txt || ui_error ' Failed to delete unused licenses in the temp dir'
264+ rm -f " ${TEMP_DIR:? } " /zip-content/LICENSES/Unlicense.txt || ui_error ' Failed to delete unused licenses in the temp dir'
262265
263266# Verify bundled application files to ensure package integrity; downloaded files have already been validated
264267if test -e " ${TEMP_DIR:? } /zip-content/origin/file-list.dat" ; then
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ version = 1
22
33[[annotations ]]
44path = [
5- " META-INF/com/google/android/updater-script*" ,
65 " META-INF/CERT.RSA" ,
76 " META-INF/CERT.SF" ,
8- " META-INF/MANIFEST.MF"
7+ " META-INF/MANIFEST.MF" ,
8+ " META-INF/com/google/android/updater-script*" ,
9+ " origin/file-list.dat"
910]
1011SPDX-FileCopyrightText = " NONE"
1112SPDX-License-Identifier = " CC0-1.0"
@@ -17,4 +18,6 @@ path = [
1718]
1819SPDX-FileCopyrightText = " NONE"
1920SPDX-License-Identifier = " CC0-1.0"
20- SPDX-FileComment = " This file contains a comprehensive list of all the options configurable via adb shell setprop"
21+ SPDX-FileComment = [
22+ " This file contains a comprehensive list of all the options configurable via: adb shell setprop"
23+ ]
Original file line number Diff line number Diff line change @@ -2,24 +2,24 @@ version = 1
22
33[[annotations ]]
44path = [
5- " busybox/busybox -*.bin"
5+ " aapt/aapt -*.bin"
66]
7- SPDX-FileCopyrightText = " BusyBox authors <https://github.com/yashdsaraf/busybox/raw/master/AUTHORS> "
8- SPDX-License-Identifier = " GPL -2.0-only "
7+ SPDX-FileCopyrightText = " 2005 The Android Open Source Project "
8+ SPDX-License-Identifier = " Apache -2.0"
99SPDX-FileType = " APPLICATION"
1010SPDX-FileComment = [
11- " Sources: https://github. com/yashdsaraf/busybox " ,
12- " Binaries: https://github.com/yashdsaraf/bb-bot/releases "
11+ " Sources: https://android.googlesource. com/platform/frameworks/base/+/refs/heads/master/tools/aapt/ " ,
12+ " Binaries: https://github.com/substratum/substratum/tree/83f0847194c5d0adad714fbccd5573323c21be5b/app/src/main/assets "
1313]
1414
1515[[annotations ]]
1616path = [
17- " aapt/aapt -*.bin"
17+ " busybox/busybox -*.bin"
1818]
19- SPDX-FileCopyrightText = " 2005 The Android Open Source Project "
20- SPDX-License-Identifier = " Apache -2.0"
19+ SPDX-FileCopyrightText = " BusyBox authors <https://github.com/yashdsaraf/busybox/raw/master/AUTHORS> "
20+ SPDX-License-Identifier = " GPL -2.0-only "
2121SPDX-FileType = " APPLICATION"
2222SPDX-FileComment = [
23- " Sources: https://android.googlesource. com/platform/frameworks/base/+/refs/heads/master/tools/aapt/ " ,
24- " Binaries: https://github.com/substratum/substratum/tree/83f0847194c5d0adad714fbccd5573323c21be5b/app/src/main/assets "
23+ " Sources: https://github. com/yashdsaraf/busybox " ,
24+ " Binaries: https://github.com/yashdsaraf/bb-bot/releases "
2525]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments