Advertisement
petefoth

envsetup.sh output

Jun 24th, 2023
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.66 KB | None | 0 0
  1. $ source build/envsetup.sh
  2. including vendor/e/vendorsetup.sh
  3. >> [Sat 24 Jun 21:18:26 BST 2023] Reset variables finished
  4. including vendor/e/vendorsetup.sh
  5. ... auto-detected CPU count: 4
  6. ... will use this thread count: 3
  7. not exporting special var CCACHE_COMPRESS as it is an unset variable
  8. not exporting special var CCACHE_NOCOMPRESS as it is an unset variable
  9. emptied MIRROR ><
  10. emptied OTA_URL ><
  11. emptied CUSTOM_PACKAGES ><
  12.  
  13. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  14. ******** /e/ - set JAVA ********
  15. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  16.  
  17. >> [Sat 24 Jun 21:18:26 BST 2023] Determining correct OpenJDK version for v1-r
  18. ... checking if we need to switch Java version
  19. ... skipping touching java as we use a shipped one (/home/pete/srv/l4m/src/LINEAGE_18_1/prebuilts/jdk/jdk11/linux-x86)
  20. >> [Sat 24 Jun 21:18:26 BST 2023] Using Java JDK /home/pete/srv/l4m/src/LINEAGE_18_1/prebuilts/jdk/jdk11/linux-x86
  21.  
  22. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  23. ******** /e/ - INIT ********
  24. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  25.  
  26. >> [Sat 24 Jun 21:18:26 BST 2023] Preparing build environment
  27. >> [Sat 24 Jun 21:18:26 BST 2023] DEBUG: ROOT_DIR is set to: >/home/pete/srv/l4m/src/LINEAGE_18_1/.e/root<
  28. Set cache size limit to 50.0 GB
  29.  
  30. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  31. ******** /e/ - POSTSYNC ********
  32. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  33.  
  34. >> [Sat 24 Jun 21:18:26 BST 2023] Setting "4microg-UNOFFICIAL" as release type
  35. >> [Sat 24 Jun 21:18:26 BST 2023] Adding keys path (/home/pete/srv/l4m/src/LINEAGE_18_1/.e/keys)
  36. >> [Sat 24 Jun 21:18:26 BST 2023] Running before.sh
  37. Applying patches
  38. patchScriptFile:
  39. PWD: /home/pete/srv/l4m/src/LINEAGE_18_1
  40. No patch script to run
  41. Cloning into '/home/pete/srv/l4m/src/LINEAGE_18_1/.e/tmp/l4m-cicd'...
  42. remote: Enumerating objects: 1312, done.
  43. remote: Counting objects: 100% (19/19), done.
  44. remote: Compressing objects: 100% (19/19), done.
  45. remote: Total 1312 (delta 5), reused 8 (delta 0), pack-reused 1293
  46. Receiving objects: 100% (1312/1312), 845.91 KiB | 518.00 KiB/s, done.
  47. Resolving deltas: 100% (765/765), done.
  48. HEAD is now at 98f04721f78 Merge tag 'android-security-11.0.0_r65' of https://android.googlesource.com/platform/frameworks/base into staging/lineage-18.1_merge_android-security-11.0.0_r65
  49. >> [Sat 24 Jun 21:18:28 BST 2023] Applying the restricted signature spoofing patch (based on android_frameworks_base-R.patch) to frameworks/base
  50. patching file api/current.txt
  51. patching file core/res/AndroidManifest.xml
  52. Hunk #1 succeeded at 2853 (offset 12 lines).
  53. patching file core/res/res/values/config.xml
  54. patching file core/res/res/values/strings.xml
  55. patching file non-updatable-api/current.txt
  56. patching file services/core/java/com/android/server/pm/PackageManagerService.java
  57. Hunk #1 succeeded at 4465 (offset 11 lines).
  58. Hunk #2 succeeded at 4503 (offset 11 lines).
  59. >> [Sat 24 Jun 21:18:29 BST 2023] Setting "4microg-UNOFFICIAL" as release type
  60. vendor e already enabled in /vendor/lineage/config/common.mk
  61. Switch back to Python3
  62.  
  63. ============================================
  64. /e/ build variables:
  65. ====================
  66. EOS_DEVICE="z3tcw"
  67. DEBUG_LOG="/home/pete/srv/l4m/src/LINEAGE_18_1/.e/logs/e-20230624-4microg-UNOFFICIAL-z3tcw.log"
  68. _MAX_THREADS="3"
  69. MAX_THREADS_ARG="-j 3"
  70. USE_CCACHE="1"
  71. CCACHE_EXEC="/usr/bin/ccache"
  72. CCACHE_DIR="/home/pete/srv/l4m/src/LINEAGE_18_1/ccache/l4m"
  73. CCACHE_SIZE="50G"
  74. CCACHE_COMPRESS=""
  75. CCACHE_NOCOMPRESS="true"
  76. CCACHE_COMPRESSLEVEL="6"
  77. BRANCH_NAME="v1-r"
  78. RELEASE_TYPE="4microg-UNOFFICIAL"
  79. REPO="https://github.com/LineageOS/android.git"
  80. MIRROR=""
  81. OTA_URL=""
  82. USER_NAME="Pete"
  83. USER_MAIL="[email protected]"
  84. INCLUDE_PROPRIETARY="false"
  85. BUILD_OVERLAY="false"
  86. LOCAL_MIRROR="false"
  87. CRONTAB_TIME="now"
  88. CLEAN_AFTER_BUILD="false"
  89. CLEAN_BEFORE_BUILD="false"
  90. WITH_SU="false"
  91. ANDROID_JACK_VM_ARGS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx8G"
  92. CUSTOM_PACKAGES=""
  93. SIGN_BUILDS="true"
  94. KEYS_SUBJECT="/C=DE/ST=Somewhere/L=Somewhere/O=Pete/OU=e/CN=eOS/[email protected]"
  95. KEYS_SUBJECT="/C=DE/ST=Somewhere/L=Somewhere/O=Pete/OU=e/CN=eOS/[email protected]"
  96. ZIP_SUBDIR="true"
  97. LOGS_SUBDIR="true"
  98. SIGNATURE_SPOOFING="restricted"
  99. DELETE_OLD_ZIPS="0"
  100. DELETE_OLD_LOGS="0"
  101. EOS_BUILD_DATE="20230624"
  102. TMP_DIR="/home/pete/srv/l4m/src/LINEAGE_18_1/.e/tmp"
  103. ZIP_DIR="/home/pete/srv/l4m/src/LINEAGE_18_1/.e/zips/z3tcw"
  104. SYNC_RESET="0"
  105. KEYS_DIR="/home/pete/srv/l4m/src/LINEAGE_18_1/.e/keys"
  106. MINIMAL_APPS="false"
  107. =======
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement