Add README.md

Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
This commit is contained in:
Park Ju Hyung
2020-02-27 05:27:06 +09:00
parent c918b9083c
commit cafa2d4e4b

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# Lawnchair AOSP based build system
## Disclaimer
- All credits go to the Lawnchair team.
- Quickstep enablement is done with the help of QuickSwitch Magisk module made by [Skittles9823](https://github.com/skittles9823).
## Getting started
**1. Add this repository to your AOSP build root's `vendor/lawnchair`**
**2. Import vendor/lawnchair/lawnchair.mk**
In case of Paranoid Android, this can be done by appending the following at `vendor/pa/config/common.mk`:
`$(call inherit-product-if-exists, vendor/lawnchair/lawnchair.mk)`
**3. Remove existing launcher from the build**
In case of Paranoid Android, this can be done by removing `ParanoidQuickStep` from `vendor/pa/config/common.mk` and `vendor/pa/config/packages.mk`.
**4. Build Android**