-
Notifications
You must be signed in to change notification settings - Fork 2
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
xstefen
wants to merge
13
commits into
DotOS:dot12.1
Choose a base branch
from
xstefen:dot12.1
base: dot12.1
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Needed