Changes between Version 2 and Version 3 of SF_Ch_hybris15
- Timestamp:
- 09/01/18 19:22:46 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SF_Ch_hybris15
v2 v3 2 2 3 3 === building hybris-hal === 4 changes to local_manifest see attached file 4 local_manifest for used repositories see attached file 5 6 ==== kernel repo ==== 7 updated kernel repo from LOS (version of ghosalmartin was very outdated). Cherry picked chiron_defconfig changes from ghosalmartin. 8 9 ==== bionic ==== 10 building of libart for aarch64 failed because of missing symbol __get_tls 11 Added __get_tls to arm64 map 12 See https://github.com/guhl/android_bionic/commit/2179080cb1d85ff369d6dbec4faffbf0e84a7f60 5 13 6 14 ==== vim file missing ==== … … 11 19 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/ 12 20 }}} 21 22 ==== manually build system/sepolicy/tests/ ==== 23 24 {{{ 25 cd system/sepolicy/tests/ 26 mm 27 cd $ANDROID_ROOT 28 }}} 29 30 ==== build libconscrypt_openjdk_jni ==== 31 32 {{{ 33 make libconscrypt_openjdk_jni 34 }}} 35 36 Then make hybris-hal