Okay, so I changed line 187 in node_fns.mk from:
to:
and ran lunch and selected 4 and am now getting this error:
EDIT: don't do that. Getting the same errors, but just a little different.
Code:
define _import-node
Code:
define _import-node)
Code:
Which would you like? [full-eng] 4
build/core/product_config.mk:199: *** build/target/product/core.mk: PRODUCT_NAME must be defined.. Stop.
Traceback (most recent call last):
File "build/tools/roomservice.py", line 9, in <module>
device = product[product.index("_") + 1:]
ValueError: substring not found
build/core/product_config.mk:199: *** build/target/product/core.mk: PRODUCT_NAME must be defined.. Stop.
** Don't have a product spec for: 'thunderc'
** Do you have the right repo manifest?
EDIT: don't do that. Getting the same errors, but just a little different.
Last edited: