Advertisement
Aclegg2011

8974 notes

Aug 28th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. git fetch https://github.com/LineageOS/android_bionic refs/changes/67/223067/6 && git cherry-pick FETCH_HEAD
  2. git fetch https://github.com/LineageOS/android_system_core refs/changes/64/224264/1 && git cherry-pick FETCH_HEAD
  3.  
  4. git fetch https://github.com/LineageOS/android_hardware_qcom_display refs/changes/58/224958/2 && git cherry-pick FETCH_HEAD
  5.  
  6. hardware/qcom/display/msm8974/libmemtrack/Android.mk add LOCAL_CFLAGS += -Wno-error
  7.  
  8. https://review.lineageos.org/#/c/LineageOS/android_hardware_qcom_display/+/222688/ use this as a reference to fix 8974 errors (use on 8974 later)
  9.  
  10. git clone https://github.com/LineageOS/android_system_tools_dtbtool -b lineage-16.0 system/tools/dtbtool
  11.  
  12. rm -rfv hardware/qcom/display-caf (due to conflicts between msm8086 and msm8998)
  13. rm -rfv hardware/qcom/gps (remove until 8974 is fixed)
  14.  
  15. hardware/qcom/display/msm8084/
  16. hardware/qcom/media/msm8974
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement