Advertisement
gimmeitorilltell

Untitled

Dec 27th, 2015
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Traceback (most recent call last):
  2.   File "./build/tools/releasetools/ota_from_target_files", line 1778, in <module>
  3.     main(sys.argv[1:])
  4.   File "./build/tools/releasetools/ota_from_target_files", line 1733, in main
  5.     WriteFullOTAPackage(input_zip, output_zip)
  6.   File "./build/tools/releasetools/ota_from_target_files", line 573, in WriteFullOTAPackage
  7.     device_specific.FullOTA_Assertions()
  8.   File "/home/tony/CandySix/build/tools/releasetools/common.py", line 1019, in FullOTA_Assertions
  9.     return self._DoCall("FullOTA_Assertions")
  10.   File "/home/tony/CandySix/build/tools/releasetools/common.py", line 1013, in _DoCall
  11.     return getattr(self.module, function_name)(*((self,) + args), **kwargs)
  12.   File "/tmp/targetfiles-QeAP0p/META/releasetools.py", line 23, in FullOTA_Assertions
  13.   File "/tmp/targetfiles-QeAP0p/META/releasetools.py", line 47, in AddBasebandAssertion
  14. AttributeError: 'EdifyGenerator' object has no attribute '_WordWrap'
  15. make: *** [/home/tony/CandySix/out/target/product/quincyatt/candy_quincyatt-ota-d6ade91f44.zip] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement