Update README.md

This commit is contained in:
2025-08-19 22:38:08 -07:00
parent cd1394c0e1
commit 034be80e38

View File

@@ -1,22 +1,7 @@
# 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).
- The original code originated from: [arter97's android_vendor_lawnchair](https://github.com/arter97/android_vendor_lawnchair)
## 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**
`ParanoidQuickStep`, `Launcher3QuickStep`, `PixelLauncher` and `TrebuchetQuickStep` packages are overriden from `priv-app/Lawnchair/Android.mk`.
If your existing launcher uses a different name, either remove it from the build manually or post a pull-request.
**4. Build Android**
## Usage
This is used in PawletOS by including the lawnchair.mk file in the device's .mk file