Changes for April 2022
This commit is contained in:
parent
884974a470
commit
c951663f9d
@ -8,6 +8,7 @@ shopt -s nullglob
|
|||||||
for project in $(cd $patches; echo *);do
|
for project in $(cd $patches; echo *);do
|
||||||
p="$(tr _ / <<<$project |sed -e 's;platform/;;g')"
|
p="$(tr _ / <<<$project |sed -e 's;platform/;;g')"
|
||||||
[ "$p" == build ] && p=build/make
|
[ "$p" == build ] && p=build/make
|
||||||
|
[ "$p" == vendor/hardware/overlay ] && p=vendor/hardware_overlay
|
||||||
[ "$p" == vendor/partner/gms ] && p=vendor/partner_gms
|
[ "$p" == vendor/partner/gms ] && p=vendor/partner_gms
|
||||||
pushd $p
|
pushd $p
|
||||||
git clean -fdx; git reset --hard
|
git clean -fdx; git reset --hard
|
||||||
|
@ -64,10 +64,11 @@ prep_build() {
|
|||||||
|
|
||||||
repopick -Q "status:open+project:LineageOS/android_packages_apps_Trebuchet+branch:lineage-19.1"
|
repopick -Q "status:open+project:LineageOS/android_packages_apps_Trebuchet+branch:lineage-19.1"
|
||||||
repopick -t twelve-burnin
|
repopick -t twelve-burnin
|
||||||
repopick -t twelve-fingerprint
|
|
||||||
repopick 321337 # Deprioritize important developer notifications
|
repopick 321337 # Deprioritize important developer notifications
|
||||||
repopick 321338 # Allow disabling important developer notifications
|
repopick 321338 # Allow disabling important developer notifications
|
||||||
repopick 321339 # Allow disabling USB notifications
|
repopick 321339 # Allow disabling USB notifications
|
||||||
|
repopick 326712 # overlay: show all icons in collapsed statusbar
|
||||||
|
repopick 327113 # Keystore 2.0: Add CREATION_DATETIME only for Keymint V1 and higher.
|
||||||
}
|
}
|
||||||
|
|
||||||
apply_patches() {
|
apply_patches() {
|
||||||
|
@ -8,6 +8,4 @@
|
|||||||
<project name="phhusson/vendor_magisk" path="vendor/magisk" remote="github" revision="android-10.0" />
|
<project name="phhusson/vendor_magisk" path="vendor/magisk" remote="github" revision="android-10.0" />
|
||||||
<remote name="gitlab" fetch="https://gitlab.com/" />
|
<remote name="gitlab" fetch="https://gitlab.com/" />
|
||||||
<project name="davi.sh/gms-android-12" path="vendor/partner_gms" remote="gitlab" revision="master" />
|
<project name="davi.sh/gms-android-12" path="vendor/partner_gms" remote="gitlab" revision="master" />
|
||||||
<remove-project name="platform/packages/apps/Gallery2" />
|
|
||||||
<project name="LineageOS/android_packages_apps_Gallery2" path="packages/apps/Gallery2" remote="github" revision="lineage-18.1" />
|
|
||||||
</manifest>
|
</manifest>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user