Skip to content

Commit

Permalink
pocket2: Switch to full lineage config
Browse files Browse the repository at this point in the history
* Include Recorder app
  • Loading branch information
turtleletortue committed Sep 29, 2022
1 parent 573b9a2 commit 6a2dbe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RemovePackages/Android.mk
Expand Up @@ -4,7 +4,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := RemovePackages
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := APPS
LOCAL_OVERRIDES_PACKAGES := AudioFX ExactCalculator Calendar Camera2 Email Messaging Phone Recorder Exchange2 Eleven Contacts Mms MmsService TelephonyProvider WAPPushManager TeleService Telecom init.lineage.atv.rc
LOCAL_OVERRIDES_PACKAGES := AudioFX ExactCalculator Calendar Camera2 Email Messaging Phone Exchange2 Eleven Contacts Mms MmsService TelephonyProvider WAPPushManager TeleService Telecom init.lineage.atv.rc
LOCAL_UNINSTALLABLE_MODULE := true
LOCAL_CERTIFICATE := PRESIGNED
include $(BUILD_PREBUILT)
2 changes: 1 addition & 1 deletion lineage_pocket2.mk
Expand Up @@ -11,7 +11,7 @@ $(call inherit-product, device/retroid/pocket2/device-tablet.mk)
$(call inherit-product-if-exists, vendor/turtle/pocket2.mk)

# Call tablet config
$(call inherit-product, vendor/lineage/config/common_mini_tablet_wifionly.mk)
$(call inherit-product, vendor/lineage/config/common_full_tablet_wifionly.mk)

# Device branding for AOSP
PRODUCT_BRAND := google
Expand Down

0 comments on commit 6a2dbe6

Please sign in to comment.