Mathieu Maret
d212b6089d
Add Makefile example
This makefile check file dependecies (.h)
Idea from
5c644cfd35/Makefile
Developers Tools
This repo contains a set of tools and configuration files used for development. Especially for Android Rom development
Install tool
First get git submodule:
git submodule update --init
then you can use the vim configuration file
ln -s PATH_TO_THIS_REPO/.vim ~/.vim
ln -s PATH_TO_THIS_REPO/.vimrc ~/.vimrc
copy tools/aosp_cscope in your PATH
source shell/function.sh in your bashrc or zshrc or ...
Vim
Vim plugins are managed by vundle. So at first lunch you have to run in vim
:PluginInstall
Description
Languages
Vim script
88.8%
Python
8.8%
Makefile
1.4%
Shell
0.8%