Thanks,
next issue: the repository: <project path="vendor/cyngn" name="cyngn/android_vendor_cyngn" /> is not longer there :/
is there a replacement or can i just comment it out out of the default.xml and build without it?
Building official "UNOFFICIAL" cm11 doesn't need any change to android/system/.repo/* for p880: after repo init ... ... -b cm-11.0 & repo sync
check:
[...android/system]$ make clean
[...android/system]$ . build/envsetup.sh
[...android/system]$ breakfast p880
should give you short listed "build_goals".
Code:
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.4.4
CM_VERSION=11-20160901-UNOFFICIAL-p880
TARGET_PRODUCT=cm_p880
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=cortex-a9
HOST_ARCH=x86
HOST_OS=linux
[I]HOST_OS_EXTRA=.../...[/I]
HOST_BUILD_TYPE=release
BUILD_ID=KTU84Q
[I]OUT_DIR=..../android/system/out[/I]
============================================
[...android/system]$ brunch p880
(or: brunch p880 2>&1 | tee logfile.txt , for in-depth debugging )
Nota : CMteam will probably stop monthly cve cm11 updates very soon...
Last edited: