robherring / generic_device

A generic android device repository
62 stars 29 forks source link

Error at lunch selection #18

Open nclman opened 6 years ago

nclman commented 6 years ago

I keep getting below errors. Didn't see them before.


Which would you like? [aosp_arm-eng] 25 build/core/combo/TARGET_linux-x86.mk:40: *** Unknown x86 architecture version: x86_64. Stop.

Don't have a product spec for: 'linaro_x86_64' Do you have the right repo manifest?


Seems like the correct arch mk file is not being selected although TARGET_linux-x86_64.mk is there. Any idea how to fix this?

robherring commented 6 years ago

Just updated on master and I'm not seeing this problem. linaro_x86_64-userdebug is lunch item 40 for me.

And build/core/combo/TARGET_linux-x86.mk:40 is a blank line.