Skip to content

Instantly share code, notes, and snippets.

@phhusson
Created December 10, 2017 19:01
Show Gist options
  • Save phhusson/201719c495b2c607ac65a120d7bf3678 to your computer and use it in GitHub Desktop.
Save phhusson/201719c495b2c607ac65a120d7bf3678 to your computer and use it in GitHub Desktop.
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := PixelLauncher
LOCAL_SRC_FILES := PixelLauncher.apk
LOCAL_MODULE_CLASS := APPS
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_OVERRIDES_PACKAGES := Launcher2
include $(BUILD_PREBUILT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment