remove LOCAL_MODULE_TAGS := optional since it's the default anyways

This commit is contained in:
Philip Nagler-Frank
2022-02-24 20:54:31 +01:00
parent 38ae44659d
commit abaf879230
8 changed files with 0 additions and 12 deletions

View File

@@ -1,6 +1,5 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := FDroid
LOCAL_SRC_FILES := FDroid.apk
LOCAL_MODULE_CLASS := APPS