Guest User

Untitled

a guest
Dec 14th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. I get this error when I run this command
  2.  
  3. twrp$ lunch omni_find7op-eng
  4.  
  5. build/core/product_config.mk:234: *** Can not locate config makefile for product "omni_find7op". Stop.
  6. Traceback (most recent call last):
  7. File "build/tools/roomservice.py", line 353, in <module>
  8. fetch_device(device)
  9. File "build/tools/roomservice.py", line 319, in fetch_device
  10. if check_device_exists(device):
  11. File "build/tools/roomservice.py", line 312, in check_device_exists
  12. location = parse_device_from_folder(device)
  13. File "build/tools/roomservice.py", line 194, in parse_device_from_folder
  14. for sub_folder in os.listdir("device"):
  15. OSError: [Errno 2] No such file or directory: 'device'
  16. build/core/product_config.mk:234: *** Can not locate config makefile for product "omni_find7op". Stop.
  17.  
  18. ** Don't have a product spec for: 'omni_find7op'
  19. ** Do you have the right repo manifest?
Add Comment
Please, Sign In to add comment