Files
Michael Gernoth ad08ed294b b4s4: Remove unwanted packages
Change-Id: I5345fc03f45844bb10d629f100720e39fbbdf9ee
2024-08-01 17:14:28 -07:00

12 lines
702 B
Makefile

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := RemovePackages
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_TAGS := optional
LOCAL_OVERRIDES_PACKAGES := AmbientSensePrebuilt AppDirectedSMSService arcore BetterBugStub CbrsNetworkMonitor ConnMO DCMO DevicePolicyPrebuilt DiagnosticsToolPrebuilt DMService Drive GCS GoogleTTS MaestroPrebuilt Maps Photos PixelLiveWallpaperPrebuilt PixelWallpapers2022 PlayAutoInstallConfig PrebuiltGmail RecorderPrebuilt SCONE ScribePrebuilt Showcase SoundAmplifierPrebuilt SprintHM talkback Tycho VZWAPNLib VzwOmaTrigger WfcActivation
LOCAL_UNINSTALLABLE_MODULE := true
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_SRC_FILES := /dev/null
include $(BUILD_PREBUILT)