I'm trying to make an application that I have part of the default install.
The app is broken up into 2 separate applications that both use a Library
project with AIDL interfaces exposed. my issue is that no matter how I
write the makefile, I can't seem to get the build to recognize my local
AIDL includes implementing parcelable.
As written:
LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call
all-Iaidl-files-under, src/com/<path>) $(call all-Iaidl-files-under,
src/com/<otherpath>)
LOCAL_AIDL_INCLUDES += $(FRAMEWORKS_BASE_JAVA_SRC_DIRS)
LOCAL_AIDL_INCLUDES += \
/src/<path1> \
/src/<path2> \
/src/<path3>
LOCAL_MODULE := my-module
Thanks
--
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting