pom: do not build android module unless ANDROID_HOME is present
This commit is contained in:
parent
4be9bd83bf
commit
580c9ff963
15
pom.xml
15
pom.xml
@ -7,9 +7,22 @@
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>android</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>env.ANDROID_HOME</name>
|
||||
</property>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>android</module>
|
||||
</modules>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<modules>
|
||||
<module>lib</module>
|
||||
<module>desktop</module>
|
||||
<module>android</module>
|
||||
</modules>
|
||||
</project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user