Add aidl files to Email makefile to fix build.
This commit is contained in:
parent
2c67f1f8b8
commit
dd46221bd8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user