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

Commit 77529032 authored by Jeff Gaston's avatar Jeff Gaston Committed by android-build-merger
Browse files

Merge "Clearer error if module doesn't declare any source files" am: c4343864 am: cf9d0cf4

am: 0aeef2a0

Change-Id: Ifc6fe286a6147794ffb3c1d428fb6051800f8399
parents 88f3f8a6 0aeef2a0
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