Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4343864 authored by Jeff Gaston's avatar Jeff Gaston Committed by Gerrit Code Review
Browse files

Merge "Clearer error if module doesn't declare any source files"

parents 08e604e7 960acf1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -383,7 +383,7 @@ include $(BUILD_SYSTEM)/dex_preopt_odex_install.mk
# Make sure there's something to build.
ifdef full_classes_jar
ifndef need_compile_java
$(error $(LOCAL_PATH): Target java module does not define any source or resource files)
$(call pretty-error,Target java module does not define any source or resource files)
endif
endif