-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc1ba60
commit fecc8c5
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` | ||
|
||
|