Lawnchair: Override other launchers

This removes the necessity to edit vendor/pa/config/common.mk
The overrides includes the most common launchers in AOSP

Signed-off-by: Anirudh Gupta <anirudhgupta109@aosip.dev>
Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
This commit is contained in:
Anirudh Gupta
2020-02-27 05:02:12 +00:00
committed by Park Ju Hyung
parent cafa2d4e4b
commit f19279e4f7
2 changed files with 4 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ In case of Paranoid Android, this can be done by appending the following at `ven
**3. Remove existing launcher from the build**
In case of Paranoid Android, this can be done by removing `ParanoidQuickStep` from `vendor/pa/config/common.mk` and `vendor/pa/config/packages.mk`.
`ParanoidQuickStep`, `Launcher3QuickStep`, `PixelLauncher` and `TrebuchetQuickStep` packages are overriden from `priv-app/Lawnchair/Android.mk`.
If your existing launcher uses a different name, either remove it from the build manually or post a pull-request.
**4. Build Android**

View File

@@ -7,5 +7,6 @@ LOCAL_SRC_FILES := Lawnchair.apk
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_PATH := $(TARGET_OUT)/priv-app/Lawnchair
LOCAL_OVERRIDES_PACKAGES := ParanoidQuickStep Launcher3QuickStep PixelLauncher TrebuchetQuickStep
include $(BUILD_PREBUILT)