Aller au fichier
Mathieu Maret e69747b20c Add makefile for python project 2023-06-01 14:41:06 +02:00
.vim Use local taglist instead of buggy one 2016-02-03 17:28:20 +01:00
Makefile make:Add some env check 2019-12-17 17:20:39 +01:00
Makefile_python Add makefile for python project 2023-06-01 14:41:06 +02:00
ModernCppStarter@e68141bfd8 Add ModernCppStarter 2020-04-16 10:08:19 +02:00
hello-world-debian-android@39bf760edb Add android makefile submodule 2021-12-09 10:40:59 +01: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 Add android makefile submodule 2021-12-09 10:40:59 +01: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