OSDN Git Service

Do not use a user tag on apps, as it is ignored.
[android-x86/packages-apps-Settings.git] / Android.mk
index dedda01..d70d1ce 100644 (file)
@@ -1,7 +1,7 @@
 LOCAL_PATH:= $(call my-dir)
 include $(CLEAR_VARS)
 
-LOCAL_MODULE_TAGS := user
+LOCAL_MODULE_TAGS := optional
 
 LOCAL_SRC_FILES := $(call all-java-files-under, src)