android: Make sure to dist the hello example

This ensures that our releases include the example android application.

Reviewed-by: Neil Roberts <neil@linux.intel.com>
This commit is contained in:
Robert Bragg 2011-08-12 17:27:07 +01:00
parent 78e2d3b333
commit 5b5e475dff

View File

@ -46,4 +46,14 @@ cogland_SOURCES = cogland.c
cogland_LDADD = $(common_ldadd)
endif
EXTRA_DIST = crate.jpg
EXTRA_DIST = \
crate.jpg \
android/hello/AndroidManifest.xml \
android/hello/jni/Application.mk \
android/hello/jni/Android.mk \
android/hello/jni/main.c \
android/hello/res/values \
android/hello/res/values/strings.xml \
android/hello/.gitignore \
android/hello/build.xml