commaai / android

upstream: https://github.com/CyanogenMod/android -b cm-13.0
2 stars 14 forks source link

Compiling Cyanogen through eon-neo-builder #1

Open brubakerjeff opened 5 years ago

brubakerjeff commented 5 years ago

Hi,

Are there more to the dependency list than just this?

"apt-get install bison build-essential curl flex git gnupg gperf libesd0-dev liblz4-tool libncurses5-dev libsdl1.2-dev libwxgtk2.8-dev libxml2 libxml2-utils lzop maven openjdk-7-jdk pngcrush schedtool squashfs-tools xsltproc zip zlib1g-dev g++-multilib gcc-multilib lib32ncurses5-dev lib32readline-gplv2-dev lib32z1-dev"

When I compile (on ubuntu) I receive the following.

PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=6.0.1 CM_VERSION=13.0-20181021-UNOFFICIAL-Sultan-oneplus3 TARGET_PRODUCT=cm_oneplus3 TARGET_BUILD_VARIANT=userdebug TARGET_BUILD_TYPE=release TARGET_BUILD_APPS= TARGET_ARCH=arm64 TARGET_ARCH_VARIANT=armv8-a TARGET_CPU_VARIANT=kryo TARGET_2ND_ARCH=arm TARGET_2ND_ARCH_VARIANT=armv7-a-neon TARGET_2ND_CPU_VARIANT=cortex-a53 HOST_ARCH=x86_64 HOST_OS=linux HOST_OS_EXTRA=Linux-4.15.0-36-generic-x86_64-with-Ubuntu-18.04-bionic HOST_BUILD_TYPE=release BUILD_ID=M4B30X OUT_DIR=/home/jeff/Desktop/commaai/eon-neos-builder/mindroid/system/out

external/speex/Android.mk:55: TODOArm64: enable neon in libspeex build/core/copy_headers.mk:15: warning: overriding recipe for target '/home/jeff/Desktop/commaai/eon-neos-builder/mindroid/system/out/target/product/oneplus3/obj/include/qcom/display/copybit.h' build/core/copy_headers.mk:15: warning: ignoring old recipe for target '/home/jeff/Desktop/commaai/eon-neos-builder/mindroid/system/out/target/product/oneplus3/obj/include/qcom/display/copybit.h' build/core/copy_headers.mk:15: warning: overriding recipe for target '/home/jeff/Desktop/commaai/eon-neos-builder/mindroid/system/out/target/product/oneplus3/obj/include/qcom/display/copybit_priv.h' build/core/copy_headers.mk:15: warning: ignoring old recipe for target '/home/jeff/Desktop/commaai/eon-neos-builder/mindroid/system/out/target/product/oneplus3/obj/include/qcom/display/copybit_priv.h' build/core/copy_headers.mk:15: warning: overriding recipe for target '/home/jeff/Desktop/commaai/eon-neos-builder/mindroid/system/out/target/product/oneplus3/obj/include/qcom/display/c2d2.h' build/core/copy_headers.mk:15: warning: ignoring old recipe for target '/home/jeff/Desktop/commaai/eon-neos-builder/mindroid/system/out/target/product/oneplus3/obj/include/qcom/display/c2d2.h' build/core/base_rules.mk:559: warning: overriding recipe for target '/home/jeff/Desktop/commaai/eon-neos-builder/mindroid/system/out/target/product/oneplus3/root/res/images/charger/battery_fail.png' build/core/base_rules.mk:559: warning: ignoring old recipe for target '/home/jeff/Desktop/commaai/eon-neos-builder/mindroid/system/out/target/product/oneplus3/root/res/images/charger/battery_fail.png' find: ‘dummy’: No such file or directory ln: failed to create symbolic link 'libEGL_adreno.so': File exists ln: failed to create symbolic link 'libEGL_adreno.so': File exists No private recovery resources for TARGET_DEVICE oneplus3 Lex: aidl <= frameworks/base/tools/aidl/aidl_language_l.l flex-2.5.39: loadlocale.c:130: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' failed. build/core/binary.mk:670: recipe for target '/home/jeff/Desktop/commaai/eon-neos-builder/mindroid/system/out/host/linux-x86/obj/EXECUTABLES/aidl_intermediates/aidl_language_l.cpp' failed make: *** [/home/jeff/Desktop/commaai/eon-neos-builder/mindroid/system/out/host/linux-x86/obj/EXECUTABLES/aidl_intermediates/aidl_language_l.cpp] Aborted (core dumped)

make failed to build some targets (01:47 (mm:ss))

brubakerjeff commented 5 years ago

I'm suspicious of this. No private recovery resources for TARGET_DEVICE oneplus3

but unsure how to pursue.

What is referring to this? What type of repository?