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

change in bcm21553-bootimg.mk #3

Open
wants to merge 6 commits into
base: cm-12.0
Choose a base branch
from
Open

change in bcm21553-bootimg.mk #3

wants to merge 6 commits into from

Conversation

Uchiha-Senju
Copy link

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.

psyke83 and others added 6 commits December 17, 2014 12:51
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
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.

3 participants