Open Ruby90000 opened 7 months ago
ruby90@Ruby:~$ . build/envsetup.sh including device/lenovo/TB3710I/vendorsetup.sh ruby90@Ruby:~$ lunch
You're building on Linux
Lunch menu... pick a combo:
Which would you like? [aosp_arm-eng] 7
build/core/product_config.mk:222: Can not locate config makefile for product "omni_TB3". Stop.
Your device can't be found in device sources..
Traceback (most recent call last):
File "build/tools/roomservice.py", line 296, in
Don't have a product spec for: 'omni_TB3' Do you have the right repo manifest?
Invalid variant: '710I-userdebug' Must be one of user userdebug eng
here is what I am told.
- omni_TB3-710I-userdebug
- omni_TB3-710I-eng
Change names in DT to omni_TB3_710I because source not accept -
in the name omni_TB3-710I
When I try to assembly the twrp image(5.1) for my Lenovo Tab3 7 Essential (TB3-710I) with the device tree generated by twrpdgen, I get the errore "not found repo manifest for "omni_TB3" excluding the other part of the name due to the hyphen. I wait advice.