Go to file
Mathieu Maret b0541348aa Makefile: simplification and improvment
Default target is the main program.
Use implicit rule for main program.
Generate .d file at compilation time instead of using specific rules
Fix CFLAGS CPPFLAGS usage
2017-06-12 14:29:01 +02:00
.vim Use local taglist instead of buggy one 2016-02-03 17:28:20 +01:00
Makefile Makefile: simplification and improvment 2017-06-12 14:29:01 +02:00
shell Add shell function 2015-07-08 16:21:18 +02:00
tools Add tool to generate cscope file for aosp 2015-07-08 16:21:49 +02:00
.gitmodules Use vundle for plugin management 2015-07-06 13:45:14 +02:00
.vimrc Use local taglist instead of buggy one 2016-02-03 17:28:20 +01:00
README.md Complete documentation 2016-02-03 17:23:34 +01:00

README.md

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