Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove CM LiveDisplay and save CMAudioService #9

Open
wants to merge 1 commit into
base: marshmallow-6.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ vendor_modify_images := boot
# The default value is nothing.
# You can configure the file name which relative to the vendor/system directory.
#-----------------------------------------------------------------------------
#vendor_remove_files := bin/zchgd
vendor_remove_files := etc/permissions/org.cyanogenmod.livedisplay.xml

##############################################################################
# The value decides the vendor apk which you want to save in the vendor directory for the ota package.
Expand All @@ -56,7 +56,8 @@ vendor_modify_images := boot
#-----------------------------------------------------------------------------
vendor_saved_apps := Bluetooth KeyChain HTMLViewer UserDictionaryProvider BackupRestoreConfirmation \
FusedLocation PrintSpooler SharedStorageBackup ExternalStorageProvider InputDevices \
ProxyHandler Shell DefaultContainerService NfcNci CMSettingsProvider telresources
ProxyHandler Shell DefaultContainerService NfcNci CMSettingsProvider telresources \
CMAudioService

##############################################################################
# The value decides which vendor apk you want to modify.
Expand Down