From b5a7afaba1079fb2d77701c41217460c288c4969 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Tue, 5 Jan 2010 11:09:51 -0800 Subject: [PATCH] explicit set an "optional" tag --- Android.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Android.mk b/Android.mk index 277d0e5a3..1fd0799b6 100644 --- a/Android.mk +++ b/Android.mk @@ -15,6 +15,8 @@ LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional + LOCAL_SRC_FILES := $(call all-java-files-under, src) LOCAL_SRC_FILES += \ src/com/android/exchange/IEmailService.aidl \