Changes between Version 1 and Version 2 of SF_Ch_hybris15
- Timestamp:
- 09/01/18 19:07:24 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SF_Ch_hybris15
v1 v2 3 3 === building hybris-hal === 4 4 changes to local_manifest see attached file 5 6 ==== vim file missing ==== 7 out/target/product/chiron/system/usr/share/vim is missing. Copied it from regular LOS build. Needs fix. 8 9 {{{ 10 mkdir -p /home/guhl/mer/chiron.los15.1/droid/out/target/product/chiron/system/usr/share 11 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 }}}