You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Mathieu Maret 54363b5099
Add android makefile submodule
1 year ago
.vim Use local taglist instead of buggy one 7 years ago
Makefile make:Add some env check 3 years ago
ModernCppStarter@e68141bfd8 Add ModernCppStarter 3 years ago
hello-world-debian-android@39bf760edb Add android makefile submodule 1 year ago
shell Add shell function 8 years ago
tools Add tool to generate cscope file for aosp 8 years ago
.gitmodules Add android makefile submodule 1 year ago
.vimrc Use local taglist instead of buggy one 7 years ago
README.md Complete documentation 7 years ago

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