diff options
Diffstat (limited to 'common/Android.mk')
-rw-r--r-- | common/Android.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/Android.mk b/common/Android.mk index ebbf37c..c7a3c1f 100644 --- a/common/Android.mk +++ b/common/Android.mk @@ -18,6 +18,11 @@ include $(CLEAR_VARS) LOCAL_SRC_FILES := $(call all-java-files-under,src) +LOCAL_JAR_MANIFEST := manifest.txt + +# IMPORTANT: if you add a new dependency here, please make sure +# to also check the following files: +# common/manifest.txt LOCAL_JAVA_LIBRARIES := \ guava-tools |