Files
oxmc 2f9943fc96 prebuilt: initial Lawnchair prebuilt setup and build infrastructure
Initial Lawnchair prebuilt APK integration for PawletOS:
- Add priv-app/Lawnchair install target with Android.bp
- Add QuickstepSwitcherOverlay to override AOSP launcher
- Wire lawnchair.mk into product makefiles
- Add build_prebuilt.sh for Gradle -> prebuilt APK workflow
- Iteratively update from Lawnchair 2.1-alpha through 12 Alpha 5,
  12.1 Alpha 3, and 15 Beta 1 as upstream releases landed
2026-06-11 08:59:29 -07:00

11 lines
486 B
Markdown

# Lawnchair Prebuilt
## Disclaimer
- 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
- 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.