Open
Conversation
Also remove max sharpness, contrast, saturation parameters from HAL. Change-Id: I2eacc4c482c8cfa5e2ce8a25f9645694637efb8a
The mount_all builtin doesn't support mtd name to block device mapping, so we need to specify the static block device for mounts for the regular fstab. However, the recovery fstab needs to use the mtd partition name to work correctly, so split the fstab into separate files. Change-Id: Ic0681e0ef91488fddb15355fc52bd58a90b0fb11
Also remove deprecated ro.boot.selinux property (no longer parsed by init correctly). Change-Id: I7dda39bf7befcf0eaf818c136055a474631092f8
Needed for cooperve. Change-Id: I88fdec9f6bd6f78809a2767d7a9fb780e5fac108
Change-Id: I59e8d4b23a3283e77127bcd0c64be855f0ea24b3
This file contains hidden or 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
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.
In the above mentioned file, in the 5th line, a change is suggested from
$(hide) cp -a $(TARGET_RECOVERY_ROOT_OUT)/* $(TARGET_ROOT_OUT)/merge/to
$(hide) sh -c 'cp -a $(TARGET_RECOVERY_ROOT_OUT)/* $(TARGET_ROOT_OUT)/merge/'as cp doesn't seem to understand wildcards.