mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
42 lines
678 B
Makefile
42 lines
678 B
Makefile
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := ModuleBlocker
|
|
|
|
LOCAL_OVERRIDES_PACKAGES := \
|
|
bootanimation.zip \
|
|
FlipFlap \
|
|
PhotoTable \
|
|
Terminal \
|
|
LockClock \
|
|
WeatherProvider \
|
|
bash \
|
|
curl \
|
|
htop \
|
|
powertop \
|
|
strace \
|
|
vim \
|
|
wget \
|
|
scp \
|
|
sftp \
|
|
ssh \
|
|
sshd \
|
|
sshd_config \
|
|
ssh-keygen \
|
|
start-ssh \
|
|
rsync \
|
|
su \
|
|
Stk \
|
|
libdrmclearkeyplugin \
|
|
libclearkeycasplugin \
|
|
CtsShimPrebuilt \
|
|
CtsShimPrivPrebuilt \
|
|
Traceur \
|
|
StorageManager \
|
|
PrintRecommendationService \
|
|
CompanionDeviceManager \
|
|
MusicFX
|
|
# drmserver \
|
|
# libfwdlockengine \
|
|
|
|
include $(BUILD_PREBUILT)
|