From 999888813c7b4be7815a95cf918052692babfce3 Mon Sep 17 00:00:00 2001 From: oxmc Date: Thu, 11 Sep 2025 03:02:59 -0700 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4423974..b2462b6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ -# Lawnchair AOSP based build system +# Lawnchair Prebuilt ## 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 -This is used in PawletOS by including the lawnchair.mk file in the device's .mk file \ No newline at end of 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. \ No newline at end of file