Last active
December 29, 2018 08:07
-
-
Save lzzy12/13fd4d5c24a75be88364ce346b360afa to your computer and use it in GitHub Desktop.
script to pick changes from lineage gerrit and Team Nexus github to build pie for exynos or at least exynos7870 devices
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
. build/envsetup.sh | |
#build/soong | |
#(cd build/soong; curl https://github.com/TeamNexus/android_build_soong/commit/632057110764ba1dd169496a4a2799b277c385da.patch | git am ) | |
# frameworks/av | |
repopick 231348 # camera: Allow to use boottime as timestamp reference | |
# frameworks/native | |
repopick 230610 # APP may display abnormally in landscape LCM | |
repopick 224443 # libbinder: Don't log call trace when waiting for vendor service on non-eng builds | |
repopick 225546 # AppOpsManager: Update with the new ops | |
(cd frameworks/native; curl https://github.com/TeamNexus/android_frameworks_native/commit/eb315db646ffca7bd5e02eb82b680d2cb3a4981f.patch |git am) # surfaceflinger: fix invalidation of frames on hwc1 devices | |
# hardware/interfaces | |
(cd hardware/interfaces; curl https://github.com/TeamNexus/android_hardware_interfaces/commit/4fa05e6ab7a1219dd33432abe653ad027fd93413.patch | git am ) | |
# hardware/samsung | |
repopick 231960 # bauth: Add enumerate function | |
# system/netd | |
#repopick 234190 # netd: Allow devices to opt-out of the tethering active FTP helper |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment