mirror of
https://github.com/ponces/treble_aosp.git
synced 2025-01-18 17:11:51 +00:00
32 lines
1.1 KiB
Markdown
32 lines
1.1 KiB
Markdown
# TrebleDroid AOSP GSI
|
|
|
|
## Build
|
|
To get started with building AOSP GSI, you'll need to get familiar with [Git and Repo](https://source.android.com/source/using-repo.html) as well as [How to build a GSI](https://github.com/phhusson/treble_experimentations/wiki/How-to-build-a-GSI%3F).
|
|
- Create a new working directory for your AOSP build and navigate to it:
|
|
```
|
|
mkdir aosp; cd aosp
|
|
```
|
|
- Clone this repo:
|
|
```
|
|
git clone https://github.com/ponces/treble_aosp -b android-15.0
|
|
```
|
|
- Finally, start the build script:
|
|
```
|
|
bash treble_aosp/build.sh
|
|
```
|
|
|
|
## Issues
|
|
[Open issue](https://github.com/ponces/treble_aosp/issues/new/choose)
|
|
|
|
## Credits
|
|
These people have helped this project in some way or another, so they should be the ones who receive all the credit:
|
|
- [phhusson](https://github.com/phhusson)
|
|
- [AndyYan](https://github.com/AndyCGYan)
|
|
- [eremitein](https://github.com/eremitein)
|
|
- [kdrag0n](https://github.com/kdrag0n)
|
|
- [Peter Cai](https://github.com/PeterCxy)
|
|
- [haridhayal11](https://github.com/haridhayal11)
|
|
- [sooti](https://github.com/sooti)
|
|
- [Iceows](https://github.com/Iceows)
|
|
- [ChonDoit](https://github.com/ChonDoit)
|