Skip to content
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