Update README.md

This commit is contained in:
2025-09-11 03:02:59 -07:00
parent d370f4e72a
commit 999888813c

View File

@@ -1,7 +1,11 @@
# Lawnchair AOSP based build system # Lawnchair Prebuilt
## Disclaimer ## Disclaimer
- The original code originated from: [arter97's android_vendor_lawnchair](https://github.com/arter97/android_vendor_lawnchair) - This repository is based on [arter97's android_vendor_lawnchair](https://github.com/arter97/android_vendor_lawnchair).
It has been adapted from the original Android.mk format to the Android.bp build system.
## Usage ## Usage
This is used in PawletOS by including the lawnchair.mk file in the device's .mk file - Simply add the Lawnchair package to your `PRODUCT_PACKAGES`.
## Note
- There is a QuickstepSwitcherOverlay still, but the current version of lawnchair does not support being the Quickstep launcher, it is kept for future use.