Mathieu 5f29edd6cc Correct Makefile flags
Implicit C compilation use CPPFLAGS (https://www.gnu.org/software/make/manual/html_node/Catalogue-of-Rules.html)
The real flag for error checking is Werror
2016-10-11 23:54:51 +02:00
2016-10-11 23:54:51 +02:00
2015-07-08 16:21:18 +02:00
2015-07-06 13:45:14 +02:00
2016-02-03 17:28:20 +01:00
2016-02-03 17:23:34 +01:00

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
No description provided
Readme
Languages
Vim script 88.8%
Python 8.8%
Makefile 1.4%
Shell 0.8%