Advertisement
kasual

lineage-15.0 LG G3 bringup repopick

Oct 27th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 3.36 KB | None | 0 0
  1. # modified from https://github.com/AdrianDC/lineage_development_sony8960/blob/local_manifests/repopick-lineage-15.0.md
  2.  
  3. # Importer command
  4.  
  5. # source <(curl -Ls https://github.com/AdrianDC/lineage_development_sony8960_master/raw/local_manifests/repopick-lineage-15.0.md)
  6.  
  7. # About this list
  8.  
  9. # The list holds commits on review needed to build most devices
  10.  
  11. # If a comment is missing or already merged, comment directly here
  12.  
  13. # Gerrit without devices and kernels over lineage-15.0*
  14.  
  15. # https://review.lineageos.org/#/q/status:open+branch:%255Elineage-15.0.*+-project:%255ELineageOS/android_device_.*+-project:%255ELineageOS/android_kernel_.*
  16.  
  17. # Load envsetup.sh
  18.  
  19. source ./build/envsetup.sh;
  20.  
  21. # repopick updates
  22.  
  23. repopick 188834;
  24.  
  25. # bionic
  26.  
  27. repopick 185640 190614;
  28.  
  29. #repopick -f 185639; added https://github.com/LineageOS/android_kernel_oneplus_msm8974/commit/1eabefc5bb6ce8b310366abc279371dc28ff20fb instead
  30.  
  31. # build/make
  32.  
  33. repopick 186687 187332 187374 191079;
  34.  
  35. # external/toybox
  36.  
  37. repopick 187155;
  38.  
  39. # frameworks/base
  40.  
  41. repopick 190667 190668;
  42.  
  43. # frameworks/native
  44.  
  45. repopick 185671;
  46.  
  47. # hardware/ril
  48.  
  49. repopick 192333;
  50.  
  51. # hardware/qcom/keymaster
  52.  
  53. repopick 186045;
  54.  
  55. # Topic: oreo-lights
  56.  
  57. repopick -Q 'status:open+topic:oreo-lights';
  58.  
  59. # packages/apps/Camera2
  60.  
  61. repopick 188389 188518-188526;
  62.  
  63. # packages/apps/Gallery2
  64.  
  65. repopick 188527-188529;
  66.  
  67. # packages/apps/FMRadio
  68.  
  69. repopick 186688;
  70.  
  71. # system/core
  72.  
  73. repopick 185888 187146 193975;
  74.  
  75. # Topic: oreo-adb-usb-legacy
  76.  
  77. repopick -Q 'status:open+topic:oreo-adb-usb-legacy';
  78.  
  79. # Topic: lineagesdk-oreo-bringup
  80.  
  81. repopick -c 20 190237 191016;
  82. repopick -c 60 -Q 'status:open+topic:lineagesdk-oreo-bringup';
  83. repopick -Q 'status:open+topic:oreo-charging-sounds';
  84.  
  85. ### # UI updates
  86. repopick 193830 194226; ## _<sup><sub>https://review.lineageos.org/#/q/change:193830+OR+change:194226</sup></sub>_  
  87.  
  88. ### # Topic: android-o-camera-hal1 (188388 temporary)
  89. repopick -Q 'status:open+topic:android-o-camera-hal1'; ## _<sup><sub>https://review.lineageos.org/#/q/status:open+topic:android-o-camera-hal1</sup></sub>_  
  90. repopick -f 188388; ## _<sup><sub>https://review.lineageos.org/#/c/188388</sup></sub>_
  91.  
  92. ### # Topic: LineageOS Features
  93. repopick 193540; ## _<sup><sub>https://review.lineageos.org/#/c/193540</sup></sub>_  
  94. repopick 191921 187592; ## _<sup><sub>https://review.lineageos.org/#/q/change:191921+OR+change:187592</sup></sub>_  
  95. repopick -Q 'status:open+topic:oreo-powermenu'; ## _<sup><sub>https://review.lineageos.org/#/q/status:open+topic:oreo-powermenu</sup></sub>_  
  96. repopick 193249 193258 191905; ## _<sup><sub>https://review.lineageos.org/#/q/change:193249+OR+change:193258+OR+change:191905</sup></sub>_  
  97. repopick 193025 191736; ## _<sup><sub>https://review.lineageos.org/#/q/change:193025+OR+change:191736</sup></sub>_  
  98. repopick -Q 'status:open+topic:oreo-tiles'; ## _<sup><sub>https://review.lineageos.org/#/q/status:open+topic:oreo-tiles</sup></sub>_  
  99. repopick 193544 192490 193490 193770; ## _<sup><sub>https://review.lineageos.org/#/q/change:193544+OR+change:192490+OR+change:193490+OR+change:193770</sup></sub>_
  100.  
  101. # G3
  102. repopick 192155 193800 187823 192152 192153 194031 192173 187818 192151 191195 188382 187826 187825 191197 191196 191194 190184 188553 188217 187829 187828 187820 187819 187816;
  103. # 195585; reserved in case 193975 doesn't get merged
  104.  
  105. # G3 Kernel
  106. repopick 193429 194383 195580;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement