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.
|
1 year ago | |
---|---|---|
.vim | 7 years ago | |
Makefile | 3 years ago | |
ModernCppStarter@e68141bfd8 | 3 years ago | |
hello-world-debian-android@39bf760edb | 1 year ago | |
shell | 8 years ago | |
tools | 8 years ago | |
.gitmodules | 1 year ago | |
.vimrc | 7 years ago | |
README.md | 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