Kaydet (Commit) a7058d7b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bypass bean for Android which has no java.awt

üst ee7e362a
...@@ -32,6 +32,7 @@ $(eval $(call gb_Module_Module,bean)) ...@@ -32,6 +32,7 @@ $(eval $(call gb_Module_Module,bean))
ifneq ($(SOLAR_JAVA),) ifneq ($(SOLAR_JAVA),)
ifneq ($(OS),MACOSX) ifneq ($(OS),MACOSX)
ifneq ($(OS),ANDROID)
$(eval $(call gb_Module_add_targets,bean,\ $(eval $(call gb_Module_add_targets,bean,\
Jar_officebean \ Jar_officebean \
Library_officebean \ Library_officebean \
...@@ -42,5 +43,6 @@ $(eval $(call gb_Module_add_targets,bean,\ ...@@ -42,5 +43,6 @@ $(eval $(call gb_Module_add_targets,bean,\
# JunitTest_bean_complex \ # JunitTest_bean_complex \
#)) #))
endif endif
endif
endif endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment