let's separate Android from not Android

This commit is contained in:
rusefillc 2022-10-15 18:14:29 -04:00
parent 730484a71b
commit 265aa64054
3 changed files with 3 additions and 1 deletions

View File

@ -89,6 +89,7 @@
<javac debug="yes" destdir="build/classes"
classpath="${lib_list}">
<src path="autotest/src/main/java"/>
<src path="autotest/src/test/java"/>
<src path="autoupdate/src/main/java"/>
<src path="../java_tools/configuration_definition/src/main/java"/>
<src path="../java_tools/configuration_definition/build/generated-src/antlr/main"/>

View File

@ -8,6 +8,6 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="annotations" level="project" />
<orderEntry type="module" module-name="logging-api" />
<orderEntry type="module" module-name="logging-api" exported="" />
</component>
</module>

View File

@ -17,5 +17,6 @@
<orderEntry type="module" module-name="enum_to_string" />
<orderEntry type="module" module-name="logging-api" />
<orderEntry type="library" name="antlr" level="project" />
<orderEntry type="module" module-name="io" />
</component>
</module>