== Hybris 15.1 == === building hybris-hal === local_manifest for used repositories see attached file ==== kernel repo ==== updated kernel repo from LOS (version of ghosalmartin was very outdated). Cherry picked chiron_defconfig changes from ghosalmartin. ==== bionic ==== building of libart for aarch64 failed because of missing symbol {{{__get_tls}}}. Added {{{__get_tls}}} to arm64 map See https://github.com/guhl/android_bionic/commit/2179080cb1d85ff369d6dbec4faffbf0e84a7f60 ==== vim file missing ==== out/target/product/chiron/system/usr/share/vim is missing. Copied it from regular LOS build. Needs fix. {{{ mkdir -p /home/guhl/mer/chiron.los15.1/droid/out/target/product/chiron/system/usr/share cp -r /home/guhl/ws_and/chiron/out/target/product/chiron/system/usr/share/vim /home/guhl/mer/chiron.los15.1/droid/out/target/product/chiron/system/usr/share/ }}} ==== manually build system/sepolicy/tests/ ==== {{{ cd system/sepolicy/tests/ mm cd $ANDROID_ROOT }}} ==== build libconscrypt_openjdk_jni ==== {{{ make libconscrypt_openjdk_jni }}} Then make hybris-hal