Add aidl files to Email makefile to fix build.

This commit is contained in:
Andrew Stadler 2009-06-23 13:53:08 -07:00
parent 2c67f1f8b8
commit dd46221bd8
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_SRC_FILES += \
src/com/android/exchange/ISyncManager.aidl \
src/com/android/exchange/ISyncManagerCallback.aidl
LOCAL_PACKAGE_NAME := Email