steps towards Android

This commit is contained in:
rusefi 2020-07-02 20:45:44 -04:00
parent 922907952b
commit 0ec2d7a0b3
42 changed files with 5 additions and 3 deletions

View File

@ -44,7 +44,7 @@
<src path="autoupdate/src"/>
<src path="../java_tools/configuration_definition/src"/>
<src path="../java_tools/enum_to_string/src"/>
<src path="io/src"/>
<src path="io/src/main/src"/>
<src path="models/src"/>
<src path="inifile/src"/>
<src path="shared_ui/src"/>

View File

@ -3,11 +3,10 @@
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="models" exported="" />
<orderEntry type="library" exported="" name="jcip-annotations" level="project" />
<orderEntry type="library" name="jSerialComm" level="project" />
<orderEntry type="module" module-name="opensr5" exported="" />

View File

@ -0,0 +1,3 @@
plugins {
id 'java'
}