Changes for December 2021

- Added a "nosync" keyword that skips syncing/patching, for quickly testing out changes
- Added *potential* GAPPS variants
- Deal with lineage_arm64 special case
This commit is contained in:
Andy CrossGate Yan
2021-12-16 13:12:57 +00:00
parent 55ce6cf3b1
commit 7ce7ec11e0
2 changed files with 64 additions and 42 deletions
+2
View File
@@ -5,6 +5,8 @@
<project name="phhusson/vendor_vndk-tests" path="vendor/vndk-tests" remote="github" revision="master" />
<project name="phhusson/vendor_interfaces" path="vendor/interfaces" remote="github" revision="android-11.0" />
<project name="phhusson/vendor_magisk" path="vendor/magisk" remote="github" revision="android-10.0" />
<remote name="gitlab" fetch="https://gitlab.com/" />
<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>