Skip to content

Instantly share code, notes, and snippets.

View qjzh0603's full-sized avatar

qjzh0603 qjzh0603

  • allwinner
View GitHub Profile
@scue
scue / cscope-ycm-android.sh
Last active December 13, 2021 01:50
A script generate cscope index and .ycm_extra_conf.py, find parse all Android.mk files under current directory to get all include paths.-- 根据当前目录下所有的Android.mk文件,来生成cscope索引和.ycm_extra_conf.py文件。
#!/bin/bash -
#===============================================================================
#
# FILE: cscope-android.sh
#
# USAGE:
# . build/envsetup.sh
# lunch
# cd /path/to/workdir
# # first setup, find c include path by mmm command: