Compare commits

...

2 Commits

Author SHA1 Message Date
Nolen Johnson a773ee60f7 extra: Drop RemovePackages 7 months ago
Nolen Johnson f866fe57e0 extra: Import and copy neofetch to system_ext 9 months ago
  1. 14
      product.mk
  2. 11
      remove-dialer/Android.mk
  3. 11
      remove-telephony/Android.mk
  4. 11592
      tools/neofetch

@ -44,22 +44,16 @@ PRODUCT_COPY_FILES += \
# ro.config.vc_call_vol_steps=7 \
# ro.config.media_vol_steps=25
## neofetch
PRODUCT_COPY_FILES += \
vendor/extra/tools/neofetch:$(TARGET_COPY_OUT_SYSTEM_EXT)/bin/neofetch
## Overlays
PRODUCT_PACKAGE_OVERLAYS += vendor/extra/overlay
## Recovery
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += persist.vendor.recovery_update=true
## Remove Dialer Apps
ifneq ($(filter %shieldtablet %yellowstone,$(TARGET_PRODUCT)),)
PRODUCT_PACKAGES += remove-dialer
endif
## Remove Telephony Apps
ifneq ($(filter %flo %flox %deb %debx %nx %nx_tab %sphynx,$(TARGET_PRODUCT)),)
PRODUCT_PACKAGES += remove-telephony
endif
## SUW
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
setupwizard.feature_deferred_snooze_allow_never=true

@ -1,11 +0,0 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := remove-dialer
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := APPS
LOCAL_OVERRIDES_PACKAGES := Dialer GoogleDialer
LOCAL_UNINSTALLABLE_MODULE := true
LOCAL_SRC_FILES := /dev/null
LOCAL_CERTIFICATE := PRESIGNED
include $(BUILD_PREBUILT)

@ -1,11 +0,0 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := remove-telephony
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := APPS
LOCAL_OVERRIDES_PACKAGES := CarrierServicesGoogle Dialer GoogleDialer Messages Messaging Telecom Telephony
LOCAL_UNINSTALLABLE_MODULE := true
LOCAL_SRC_FILES := /dev/null
LOCAL_CERTIFICATE := PRESIGNED
include $(BUILD_PREBUILT)

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save