Hello

I am working on an in-vehicle infotainment system.
I would like to build and run trout1.1 for research purposes.
[Trout](https://source.android.com/docs/devices/automotive/virtualization/reference_platform)

So I have two questions.
First, I get a build error when I do the following the official website of 
Buildig Trout.

[step]
$ repo init -u https://android.googlesource.com/platform/manifest -b master
$ repo sync -j8
$ source build/envsetup.sh
$ lunch aosp_trout_arm64-userdebug
$ make -j24

[error]
"FAILED: ninja: 'device/google/trout/trout_arm64/manifest.xml', needed by 
'out/target/product/trout_arm64/gen/ETC/vendor_manifest.xml_intermediates/manifest.xml',
 
missing and no known rule to make it"

This error can be avoided by following step.
$repo init -u https://android.googlesource.com/platform/manifest -b 
android13-qpr1-release
But is this procedure good for trout 1.1 build?

The second point is about operation confirmation.
Is there a way to check the operation after building trout1.1?
For example, can I use cuttlefish for checking trout1.1?
[cuttlefish](https://source.android.com/docs/setup/create/cuttlefish-use?hl=en)
If it works, can someone please show me the steps?

I apologize if I posted in the wrong place.

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/6cd7ed6a-fe58-4ca2-9d71-5696ddc4523en%40googlegroups.com.

Reply via email to