TARGET_RECOVERY_SKIP_GPG_VERIFICATION doesn't work when building only recovery image

Bug #1433051 reported by Ratchanan Srirattanamet on 2015-03-17
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
android (Ubuntu)
Undecided
Unassigned

Bug Description

With "TARGET_RECOVERY_SKIP_GPG_VERIFICATION" set in BoardConfig.mk, building only recovery image will not cause RECOVERY_SKIP_GPG rule in bootable/recovery/Android.mk to be run. This make resulting recovery image still check for GPG signature even "TARGET_RECOVERY_SKIP_GPG_VERIFICATION" is set.

Step to reproduce:
1.Place this line in device's BoardConfig.mk: TARGET_RECOVERY_SKIP_GPG_VERIFICATION := true
2.Buld only the recovery image by running "make recoveryimage"

Expected result:
File etc/system-image/skip-gpg-verification is placed in recovery ramdisk's root and included in resulting image.

Actual result:
File etc/system-image/skip-gpg-verification is NOT placed in recovery ramdisk's root

Latest git repository. Branch: phablet-4.4.2_r1

The attachment "recovery-fix-skip-gpg-recovery.diff" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issues please contact him.]

tags: added: patch
To post a comment you must log in.
This report contains Public information  Edit
Everyone can see this information.

Other bug subscribers