Advertisement
gimmeitorilltell

Untitled

Jul 15th, 2015
272
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/make_recovery_patch", line 53, in <module>
  3.     main(sys.argv[1:])
  4.   File "./build/tools/releasetools/make_recovery_patch", line 35, in main
  5.     OPTIONS.info_dict = common.LoadInfoDict(input_dir)
  6.   File "/home/tony/CandyPop/build/tools/releasetools/common.py", line 180, in LoadInfoDict
  7.     d["fstab"] = LoadRecoveryFSTab(read_helper, d["fstab_version"], d["device_type"])
  8.   File "/home/tony/CandyPop/build/tools/releasetools/common.py", line 255, in LoadRecoveryFSTab
  9.     raise ValueError("malformed recovery.fstab line: \"%s\"" % (line,))
  10. ValueError: malformed recovery.fstab line: "/boot       emmc        /dev/block/mmcblk0p8"
  11. make: *** [/home/tony/CandyPop/out/target/product/quincyatt/obj/PACKAGING/target_files_intermediates/candy5_quincyatt-target_files-bac112e661.zip] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement