Re: [android-building] build "android-msm-marlin-3.18-pie-qpr2" miss buildinfo.py

2019-10-22 Thread 'Dan Willemsen' via Android Building
+Matthias Männich for further investigation It looks like this isn't in the AOSP version of the kernel/build project (or the internal master branch either, only some of the older branches that never made it to AOSP). - Dan On Tue, Oct 22, 2019 at 9:08 AM 阿嚏 wrote: > aosp kernel

Re: [android-building] Re: LineageOS 17.0 build in LXC 2.x - nsjail/sandboxing error

2019-10-22 Thread 'Dan Willemsen' via Android Building
So the actual error that's blocking you is: build/make/target/product/updatable_apex.mk:21: error: > _nic.PRODUCTS.[[device/oneplus/fajita/lineage_fajita.mk]]: > "vendor/oneplus/sdm845-common/sdm845-common-vendor.mk" does not exist. But that's off-topic for this list, as Glenn mentions. The

[android-building] Re: LineageOS 17.0 build in LXC 2.x - nsjail/sandboxing error

2019-10-22 Thread 'Glenn Kasten' via Android Building
Can you reproduce this problem with AOSP distribution? This discussion group is targeted at AOSP distribution per guidelines here . [I am a volunteer moderator] On Tuesday, October 22, 2019 at 9:08:28 AM UTC-7, Condor wrote: > > Hello, >

[android-building] build "android-msm-marlin-3.18-pie-qpr2" miss buildinfo.py

2019-10-22 Thread 阿嚏
aosp kernel "android-msm-marlin-3.18-pie-qpr2" build failed Running extra build command(s): + eval python build/buildinfo/buildinfo.py ++ python build/buildinfo/buildinfo.py python: can't open file 'build/buildinfo/buildinfo.py': [Errno 2]

[android-building] Re: How to install prebuilt_apps?

2019-10-22 Thread shankar kumar yellapu
androidmk Android.mk > Android.bp Run the above command from your android build tree after doing source build/envsetup.sh https://android.googlesource.com/platform/build/soong/ Regards, Shankar On Sunday, October 20, 2019 at 10:09:55 PM UTC+5:30, seeker wrote: > > Hello, Im trying to

[android-building] LineageOS 17.0 build in LXC 2.x - nsjail/sandboxing error

2019-10-22 Thread Condor
Hello, I've just tried building LineageOS 17.0 for fajita (OnePlus 6T). For efficiency reasons and to maintain isolation from the host I've opted to spin up an LXC container for this. The host machine is running Debian 9 and LXC 2.x, while the container is a Debian 10 machine. Apparently this