├── 00routine.sh ├── 01build-goldfish-kernel.sh ├── 01build-goldfish-module.sh ├── 02build-doc-javadoc.sh ├── 02build-tags.sh ├── 50list-branches.sh ├── 50list-group.sh ├── README.md ├── aosp-screenshot.png ├── common-util ├── install-links.sh ├── lib-common-util └── lib-goldfish-build /00routine.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pw4ever/aosp-hacking-helper/HEAD/00routine.sh -------------------------------------------------------------------------------- /01build-goldfish-kernel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pw4ever/aosp-hacking-helper/HEAD/01build-goldfish-kernel.sh -------------------------------------------------------------------------------- /01build-goldfish-module.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pw4ever/aosp-hacking-helper/HEAD/01build-goldfish-module.sh -------------------------------------------------------------------------------- /02build-doc-javadoc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pw4ever/aosp-hacking-helper/HEAD/02build-doc-javadoc.sh -------------------------------------------------------------------------------- /02build-tags.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pw4ever/aosp-hacking-helper/HEAD/02build-tags.sh -------------------------------------------------------------------------------- /50list-branches.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pw4ever/aosp-hacking-helper/HEAD/50list-branches.sh -------------------------------------------------------------------------------- /50list-group.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pw4ever/aosp-hacking-helper/HEAD/50list-group.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pw4ever/aosp-hacking-helper/HEAD/README.md -------------------------------------------------------------------------------- /aosp-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pw4ever/aosp-hacking-helper/HEAD/aosp-screenshot.png -------------------------------------------------------------------------------- /common-util: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pw4ever/aosp-hacking-helper/HEAD/common-util -------------------------------------------------------------------------------- /install-links.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pw4ever/aosp-hacking-helper/HEAD/install-links.sh -------------------------------------------------------------------------------- /lib-common-util: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pw4ever/aosp-hacking-helper/HEAD/lib-common-util -------------------------------------------------------------------------------- /lib-goldfish-build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pw4ever/aosp-hacking-helper/HEAD/lib-goldfish-build --------------------------------------------------------------------------------