Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinslashslash committed Feb 18, 2022
1 parent dc1ba60 commit fecc8c5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
This is [AOSP Launcher3](https://android.googlesource.com/platform/packages/apps/Launcher3/) with minimal modifications to make it easier to build gradle or Android Studio against the Android SDK
This is not interesting to end users, it is meant for testing and as a tool to report bugs in Android related to 3rd party launchers

Build with

```
git clone https://github.com/kevinslashslash/Launcher3_gradle_build.git
cd Launcher3_gradle_build
git submodule init
git submodule update
./gradlew assembleAopsWithoutQuickstepDebug
```


0 comments on commit fecc8c5

Please sign in to comment.