explicit set an "optional" tag

This commit is contained in:
Jean-Baptiste Queru 2010-01-05 11:09:51 -08:00
parent f39e5f38eb
commit b5a7afaba1
1 changed files with 2 additions and 0 deletions

View File

@ -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 \