Add bundled app Greyscale
Signed-off-by: Velsoth <velsoth@adhoc.zone>
This commit is contained in:
parent
a9ccc26291
commit
330cea57b3
@ -148,6 +148,7 @@ PRODUCT_PACKAGES += \
|
||||
Linphone \
|
||||
SimpleGallery \
|
||||
PrivacyBrowser \
|
||||
Greyscale \
|
||||
TorBrowser
|
||||
|
||||
# Exchange support
|
||||
|
@ -47,5 +47,6 @@ getPrebuild fdroid WifiPrivacyPolice be.uhasselt.privacypolice 13
|
||||
getPrebuild fdroid Linphone org.linphone 4200
|
||||
getPrebuild fdroid SimpleGallery com.simplemobiletools.gallery.pro 271
|
||||
getPrebuild fdroid PrivacyBrowser com.stoutner.privacybrowser.standard 46
|
||||
getPrebuild fdroid Greyscale it.lucci.cm.greyscaletheme 115
|
||||
|
||||
getPrebuild guardian TorBrowser tor-browser-9.0-android-armv7-multi
|
||||
|
@ -79,6 +79,13 @@ LOCAL_CERTIFICATE := PRESIGNED
|
||||
LOCAL_SRC_FILES := apps/PrivacyBrowser.apk
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := Greyscale
|
||||
LOCAL_MODULE_CLASS := APPS
|
||||
LOCAL_CERTIFICATE := PRESIGNED
|
||||
LOCAL_SRC_FILES := apps/Greyscale.apk
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := TorBrowser
|
||||
LOCAL_MODULE_CLASS := APPS
|
||||
|
Loading…
Reference in New Issue
Block a user