It seems you are running the commands to build AOSP/blueline on a kernel repo instead of AOSP repo.
Try substituting your first command with: repo init -u https://android.googlesource.com/platform/manifest Reference: https://source.android.com/setup/build/downloading Cheers, Alessio On Mon, Jun 3, 2019 at 2:50 PM Chiang Lee <[email protected]> wrote: > > ~/AOSP$ make -j12 > ============================================ > PLATFORM_VERSION_CODENAME=REL > PLATFORM_VERSION=9 > TARGET_PRODUCT=aosp_blueline > TARGET_BUILD_VARIANT=userdebug > TARGET_BUILD_TYPE=release > TARGET_ARCH=arm64 > TARGET_ARCH_VARIANT=armv8-2a > TARGET_CPU_VARIANT=cortex-a75 > TARGET_2ND_ARCH=arm > TARGET_2ND_ARCH_VARIANT=armv8-a > TARGET_2ND_CPU_VARIANT=cortex-a75 > HOST_ARCH=x86_64 > HOST_2ND_ARCH=x86 > HOST_OS=linux > HOST_OS_EXTRA=Linux-4.18.0-20-generic-x86_64-Ubuntu-18.10 > HOST_CROSS_OS=windows > HOST_CROSS_ARCH=x86 > HOST_CROSS_2ND_ARCH=x86_64 > HOST_BUILD_TYPE=release > BUILD_ID=PQ3A.190505.002 > OUT_DIR=out > PRODUCT_SOONG_NAMESPACES=device/google/crosshatch hardware/google/av > hardware/google/interfaces hardware/qcom/sdm845 vendor/qcom/sdm845 > ============================================ > [1/1] out/soong/.minibootstrap/minibp out/soong/.bootstrap/build.ninja > FAILED: out/soong/.bootstrap/build.ninja > out/soong/.minibootstrap/minibp -t -l out/.module_paths/Android.bp.list -b > out/soong -n out -d out/soong/.bootstrap/build.ninja.d -o > out/soong/.bootstrap/build.ninja Android.bp > internal error: could not open symlink hardware/qcom/sdm710/Android.bp; its > target (display/os_pickup.bp) cannot be opened > ninja: build stopped: subcommand failed. > 14:35:17 soong minibootstrap failed with: exit status 1 > > #### failed to build some targets (1 seconds) #### > > > > > > I've run these commands: > > > repo init -u https://android.googlesource.com/kernel/manifest -b > android-msm-crosshatch-4.9-pie-qpr2 > repo sync > > make clean > source build/envsetup.sh > lunch aosp_blueline-userdebug > > Tried running as sudo su aswell > > > -- > -- > 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/db92cfbb-d582-4b6a-8e8b-cdfe53192deb%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- -- 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/CAKM9miK-ZerR3OSm046Br8_Ftp2wEv5ucvfu5eRR7cFSfvML%2BA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
