You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
407 B
14 lines
407 B
LOCAL_PATH := $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := Lightning
|
|
LOCAL_MODULE_CLASS := APPS
|
|
LOCAL_MODULE_TAGS := optional
|
|
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
|
|
LOCAL_OVERRIDES_PACKAGES := Browser2
|
|
# https://f-droid.org/en/packages/acr.browser.lightning/
|
|
LOCAL_SRC_FILES := $(LOCAL_MODULE).apk
|
|
LOCAL_CERTIFICATE := PRESIGNED
|
|
LOCAL_DEX_PREOPT := false
|
|
include $(BUILD_PREBUILT)
|