fastboot: do not die if ANDROID_PRODUCT_OUT undefined
When checking for existence of "super_empty.img" to determine if flash image product set is meant for logical partitions, we die if ANDROID_PRODUCT_OUT environment is unset or empty. This check is done before we look at the flash image name to determine if it is a candidate to look at the logical metadata. Instead, allow this check to conservatively fail for now. Test: export ANDROID_PRODUCT_OUT= fastboot flash bootloader Bug: 120041144 Change-Id: I43f124015f9d26c79a0feb9123522432fe937343 Merged-In: I43f124015f9d26c79a0feb9123522432fe937343
Loading
Please register or sign in to comment