Always pass "full_radio" to vendor releasetools

The change in 6027abe72119cae42d28cfa4923622bd4b26b687 was only passing
full_radio in one instance (creation of partial OTA). The data structure
for the vendor releasetools is instantiated in three different places:
- when creating a full (block-based) OTA
- when creating a file-based OTA
- when creating a partial block-based OTA

This change fixes it by passing full_radio in all of the instances listed
above.

FPIIM-1437

Change-Id: I95eae9f4a14af475a881fdaac88add0970e4c0d5
1 file changed