Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.39 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. alias aicppick='repopick -g https://gerrit.aicp-rom.com'
  4. alias lineagepick='repopick -g https://review.lineageos.org'
  5.  
  6. # AICP/vendor_aicp
  7. aicppick 94367
  8. aicppick 94366
  9. aicppick 94365
  10. aicppick 94363
  11. aicppick 94273
  12. aicppick 94109
  13. aicppick 94081
  14. aicppick 93992
  15. aicppick 93867
  16. aicppick 93866
  17. aicppick 93814
  18. aicppick 93714
  19. aicppick 93670
  20.  
  21. # AICP/bionic
  22. aicppick 94001
  23. aicppick 94009
  24.  
  25. # AICP/build
  26. aicppick 94369
  27. aicppick 94370
  28. aicppick 94371
  29. aicppick 94195
  30. aicppick 94372
  31. aicppick 94197
  32. aicppick 94373
  33. aicppick 94374
  34. aicppick 94375
  35. aicppick 94262
  36. aicppick 94263
  37. aicppick 94279
  38. aicppick 94184
  39. aicppick 94183
  40. aicppick 93820
  41.  
  42. # AICP/build_soong
  43. aicppick 93681
  44. aicppick 93934
  45.  
  46. # AICP/system_core
  47. aicppick 94011
  48. aicppick 94013
  49. aicppick 94015
  50. aicppick 94068
  51. aicppick 94301
  52. aicppick 93932
  53.  
  54. # AICP/frameworks_av
  55. aicppick 93979
  56. aicppick 93980
  57. aicppick 93981
  58. aicppick 93982
  59. aicppick 93983
  60. aicppick 93984
  61. aicppick 93985
  62. aicppick 93986
  63. aicppick 93987
  64. aicppick 93988
  65. aicppick 93989
  66. aicppick 93990
  67. aicppick 93991
  68. aicppick 93933
  69. aicppick 94377
  70. aicppick 94378
  71. aicppick 94379
  72.  
  73. # AICP/frameworks_native
  74. aicppick 94380
  75. aicppick 94381
  76.  
  77. # art
  78. lineagepick 256444 # Don't fail dual map if memfd isn't supported
  79.  
  80. # device/qcom/sepolicy
  81. lineagepick 257238 # sepolicy: Move definitions from Android.mk to make opt-in
  82. lineagepick 257244 # sepolicy: Fix target selection
  83. lineagepick 257245 # legacy: Fix newline in file_contexts
  84.  
  85. # external/tinycompress
  86. lineagepick 256308 # tinycompress: Enable extended compress format
  87. lineagepick 256309 # tinycompress: Use generated kernel headers
  88.  
  89. # frameworks/opt/telephony
  90. lineagepick 256942 # telephony: Squashed support for simactivation feature
  91. lineagepick 257344 # Add ims-ext-common to static java libraries
  92.  
  93. # hardware/libhardware
  94. lineagepick 256911 # hardware/libhw: Add display_defs.h to declare custom enums/flags
  95.  
  96. # hardware/qcom/audio
  97. lineagepick 256353 # audio: Use project pathmap
  98.  
  99. # hardware/qcom/bootctrl
  100. lineagepick 258221 # Build bootctrl.sdm710 with Android.bp.
  101. lineagepick 258222 # Revert^2 "Build bootctrl.msm8998 with Android.bp.""
  102. lineagepick 258243 # Build bootctrl.msm8996 with Android.bp.
  103. lineagepick 258244 # Remove Android.mk rules for building bootctrl.
  104.  
  105. # hardware/qcom/bt
  106. lineagepick 256355 # bt: Add guard makefile
  107.  
  108. # hardware/qcom/camera
  109. lineagepick 256356 # camera: Only build if specified
  110.  
  111. # hardware/qcom/data/ipacfg-mgr
  112. lineagepick 256357 # ipacfg-mgr: Use project pathmap
  113.  
  114. # hardware/qcom/display
  115. lineagepick 256358 # display: Use project pathmap
  116.  
  117. # hardware/qcom/gps
  118. lineagepick 256359 # gps: Use project pathmap
  119.  
  120. # hardware/qcom/keymaster
  121. lineagepick 256360 # keymaster: add TARGET_PROVIDES_KEYMASTER
  122.  
  123. # hardware/qcom/media
  124. lineagepick 256361 # media: Use project pathmap
  125.  
  126. # hardware/qcom/wlan
  127. lineagepick 256362 # wlan: Add guard makefile
  128.  
  129. # hardware/qcom-caf/thermal
  130. lineagepick 257197 # thermal: Use project pathmap
  131.  
  132. # hardware/qcom-caf/vr
  133. lineagepick 257198 # vr: Use project pathmap
  134.  
  135. # hardware/qcom-caf/wlan
  136. lineagepick 257199 # wlan-caf: Add guard makefile
  137. lineagepick 257200 # wcnss-service: Additional format support
  138. lineagepick 257201 # wcnss: Build and dlopen wcnss_qmi_client as a shared library
  139. lineagepick 257202 # wcnss_service: Deal with mdm-detect too
  140. lineagepick 257203 # wifi-hal: Only try LOWI once
  141. lineagepick 257204 # wifi-hal: stop the UMAC logspam
  142. lineagepick 257205 # Wifi: Quiet some excessive debug output
  143. lineagepick 257206 # Make wcnss_service build with the VNDK.
  144. lineagepick 257207 # wifi-hal: Use generated kernel headers
  145. lineagepick 257208 # Reading the serialno property is forbidden
  146. lineagepick 257209 # wcnss-service: Opt-in to disable copying WCNSS_qcom_cfg.ini to userdata
  147.  
  148. # hardware/ril
  149. lineagepick 257211 # libril: Bounds check s_commands
  150. lineagepick 257212 # libril: Restore support for RIL v6, v8 and v9 stacks
  151. lineagepick 257213 # libril: Fix manual network selection with old modem
  152. lineagepick 257210 # FR51015: Tuning of Binder buffer for rild.
  153. lineagepick 257214 # Make RIL command headers overlayable by devices.
  154.  
  155. # packages/apps/Nfc
  156. lineagepick 256595 # NFC: Adding new vendor specific interface to NFC Service
  157. lineagepick 256814 # NFCService: Add sysprop to prevent FW download during boot with NFC off.
  158. lineagepick 257348 # NFC: Restore legacy NXP stack
  159. lineagepick 257349 # nxp: jni: Forward-port the stack sources
  160. lineagepick 257350 # nxp: NativeNfcManager: Implement missing inherited abstract methods
  161. lineagepick 257351 # nxp: jni: use proper nativehelper headers
  162. lineagepick 257352 # nxp: jni: Remove unused variables and functions
  163. lineagepick 257353 # nxp: jni: Implement AOSP P abstract methods
  164. lineagepick 258124 # nxp: Q api updates
  165.  
  166. # packages/apps/PackageInstaller
  167. lineagepick 255658 # Revert "Remove Permissions Hub."
  168. lineagepick 255659 # PermissionController: Enable permission hub by default
  169.  
  170. # packages/services/Telecomm
  171. lineagepick 256938 # Telecomm: Squashed phone_type switch support
  172.  
  173. # packages/services/Telephony
  174. lineagepick 256792 # Telephony: Add ERI configuration for U.S. Cellular
  175. lineagepick 256793 # Telephony: Support muting by RIL command
  176. lineagepick 256794 # Fix non-protected broadcasts sent from phone process.
  177. lineagepick 256797 # Allow to disable the new scan API for manual network search.
  178.  
  179. # vendor/codeaurora/telephony
  180. lineagepick 257215 # Revert "IMS-VT: Low battery handling for Video calls"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement