Advertisement
Alx31

Carbon kk compiling Z1

May 30th, 2014
532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. using device-specific extensions in device/sony/rhine-common
  2. using custom bootimage makefile device/sony/rhine-common/custombootimg.mk...
  3. using prebuilt boot.img...
  4. using custom bootimage makefile device/sony/rhine-common/custombootimg.mk...
  5. using prebuilt recovery.img...
  6. running: imgdiff -b /tmp/targetfiles-lWvMYB/SYSTEM/etc/recovery-resource.dat /tmp/tmpebCyTb /tmp/tmpsnpDdN /tmp/tmp4Vse0p
  7. Traceback (most recent call last):
  8. File "./build/tools/releasetools/ota_from_target_files", line 995, in <module>
  9. main(sys.argv[1:])
  10. File "./build/tools/releasetools/ota_from_target_files", line 963, in main
  11. WriteFullOTAPackage(input_zip, output_zip)
  12. File "./build/tools/releasetools/ota_from_target_files", line 519, in WriteFullOTAPackage
  13. MakeRecoveryPatch(OPTIONS.input_tmp, output_zip, recovery_img, boot_img)
  14. File "./build/tools/releasetools/ota_from_target_files", line 399, in MakeRecoveryPatch
  15. recovery_type, recovery_device = common.GetTypeAndDevice("/recovery", OPTIONS.info_dict)
  16. File "/home/alx/carbon/build/tools/releasetools/common.py", line 985, in GetTypeAndDevice
  17. return PARTITION_TYPES[fstab[mount_point].fs_type], fstab[mount_point].device
  18. KeyError: '/recovery'
  19. make: *** [/home/alx/carbon/out/target/product/honami/carbon_honami-ota-e1f5b0274b.zip] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement