[android-building] Error during building AOSP for Moto G5s Plus

2020-03-12 Thread Rajesh Kumbhakar
FAILED: ninja: 'out/target/product/sanders/obj/HEADER_LIBRARIES/generated_kernel_headers_intermediates/export_includes', needed by 'out/target/product/sanders/obj/STATIC_LIBRARIES/libwifi-hal-qcom_intermediates/import_includes', missing and no known rule to make it can anyone help me with

RE: [android-building] when call COMMON_LUNCH_CHOICES in build?

2020-03-12 Thread allowsh262
سؤالمرسل من هاتف Samsung Galaxy الذكي. الرسالة الأصلية من: Bo YU التاريخ: ١٢‏/٣‏/٢٠٢٠ ٦:٥٩ م (GMT+03:00) إلى: Android Building الموضوع: [android-building] when call COMMON_LUNCH_CHOICES in build? Hi,    please correct me if i understood wrong.    In AOSP/build call

Re: [android-building] when call COMMON_LUNCH_CHOICES in build?

2020-03-12 Thread 'Dan Willemsen' via Android Building
I'm not entirely sure what you're asking, but I wouldn't expect most people to be using COMMON_LUNCH_CHOICES very often. That is only used for the lunch menu, which only shows up when you don't pass an argument to lunch, or pass a number (don't do that!). The expected flow would be to do something

[android-building] when call COMMON_LUNCH_CHOICES in build?

2020-03-12 Thread Bo YU
Hi, please correct me if i understood wrong. In AOSP/build call chains,we know, `source aosp-src/build/envsetup.sh`, it will execute three shell functions firstly: validate_current_shell source_vendorsetup addcompletions In my view, it does not affect the config list.especially

Re: [android-building] Unable to bring up Cuttlefish VM on my x86_64 ubuntu 18.10

2020-03-12 Thread శంకర్ కుమార్ యల్లపు
:) Thanks Sam... same thing worked for me also. - Shankar On Wednesday, 11 March 2020 23:32:29 UTC+5:30, Braganza Roberts wrote: > > I faced the same issue as well. In my case I deleted the "cf" folder which > was created as part of step 8 from >

Re: [android-building] Re: Error running local cuttlefish instance

2020-03-12 Thread 'Kevin Cheng' via Android Building
Thanks for reporting that Dean, there's a pull request to fix it like you recommended (https://github.com/google/android-cuttlefish/pull/45 ). On Wed, Mar 11, 2020 at 10:22 PM

[android-building] Re: Android Wear 9.0 released

2020-03-12 Thread 'Xin Li' via Android Building
Hi, all, Today, we pushed a small number of GPL projects for the Android Wear Hematite. The tags is android-wear-9.0.0_r14. This is not a full platform update and only for reference. We also pushed the kernel projects for the following devices: Tag | Project| Branch

[android-building] Re: Error during building AOSP for Moto G5s Plus

2020-03-12 Thread 'Glenn Kasten' via Android Building
I just noticed that this discussion thread is about a build target that is unsupported by AOSP, therefore this thread is off-topic for the android-building group. As long as only upstream AOSP is involved, then you can post about unsupported build targets at android-porting group. However, if

[android-building] Re: Error during building AOSP for Moto G5s Plus

2020-03-12 Thread Andrew Wheeler
Are you adding components from LineageOS? Maybe you need to port this ? On Thursday, March 12, 2020 at 12:21:46 PM UTC-5, Rajesh Kumbhakar wrote: > > FAILED: ninja: >

Re: [android-building] when call COMMON_LUNCH_CHOICES in build?

2020-03-12 Thread Bo YU
Thanks for your reply,Dan In fact, I want to know how to switch from makefile to soong in buliding stage exactly. As you said, the commond ,`lunch aosp_crosshatch-eng` ,aosp_crosshatch-eng is $1 for lunch command in envsetup.sh. But the next execute flow in that function : ` local