mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
28 lines
390 B
Makefile
28 lines
390 B
Makefile
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := ModuleBlocker
|
|
|
|
LOCAL_OVERRIDES_PACKAGES := \
|
|
bootanimation.zip \
|
|
PhotoTable \
|
|
Terminal \
|
|
LockClock \
|
|
WeatherProvider \
|
|
bash \
|
|
curl \
|
|
htop \
|
|
powertop \
|
|
strace \
|
|
vim \
|
|
wget \
|
|
scp \
|
|
sftp \
|
|
ssh \
|
|
sshd \
|
|
sshd_config \
|
|
ssh-keygen \
|
|
start-ssh \
|
|
rsync
|
|
|
|
include $(BUILD_PREBUILT)
|