Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync with upstream LineageOS/lineage-19.1 #3

Open
wants to merge 13 commits into
base: dot12.1
Choose a base branch
from

Conversation

xstefen
Copy link

@xstefen xstefen commented Aug 16, 2022

Needed

waltercool and others added 13 commits August 16, 2022 10:31
comm behavior will fail if does not receive a properly lexicographic
sort.

Not using appropiated LC_COLLATE leads to error. This is matching
current LC_ALL=C already used at sort commands.

Change-Id: I77f8acb419545a74812d3b36ba608719c2aa89e3
Change-Id: I600c9d9eb8295e92da2016093462c6d658ca4062
* Useful for BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES
  if package name conflicts with something source-built but the output location differs

Change-Id: I3af45eae6b2d2cfc583128628edfef9e37ea3976
* Just like we do for libraries
* Without this some binaries might break

Change-Id: Ida82f5ee35f02112eb3a35be66c2f7e1642d56b1
* Otherwise extracting HAL services breaks

Change-Id: Ic6302df5c9b512adf4ca81c49cfb1d472aa15c84
Android 11 has removed /sbin support completely
Remove rootfs handling as that was only added for /sbin
Remove write_makefile_packages since it's no longer used

Change-Id: Ie44656d5e30da9637a850df53c4bf3fa1ab0fb2b
"comm" requires both input to be sorted. The T_X_LIB32 and T_X_LIB64
arrays from prefix_match-ing PRODUCT_PACKAGES_LIST may not always
be sorted, which causes certain multilib to be mis-categorized as
32-bit and 64-bit separately. The final blueprint would then have
duplicated targets.

Therefore, sort the package list first so that arrays generated
from the package list are also sorted. Set LC_ALL=C to avoid "sort"
using system locale.

Change-Id: Ia2bc9733d89de66eda52059237a54d624ba4b0ad
Signed-off-by: Chenyang Zhong <[email protected]>
Change-Id: I15772394a24c2ff1fdd6eece86548a72a5d4d748
Change-Id: I2a30da25f2d55df1080b1795e08a14195c1e3ec0
For use in device scripts

Change-Id: I7a8c9abd0b585a67963e65d5ad042da79d4d3c77
* For usage by regen-vendor.sh

Change-Id: Ideb3d4ea68e7aa6ef4a5a73c15d507d47fda4b56
Change-Id: I76e85e07f5a562b7e2a3683da264ccebff5c3613
Usage:
export TMPDIR=/some/dir/$device
export SKIP_CLEANUP=true

Change-Id: I41b992708ca5fc7bc377b22a418f5fd1395cd08a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants