Advertisement
gimmeitorilltell

Untitled

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