mirror of
https://github.com/corda/corda.git
synced 2025-01-04 04:04:27 +00:00
Now making it so all .properties get packed into classpath.jar
This commit is contained in:
parent
1f8fa8a4e8
commit
3bd903ca69
2
makefile
2
makefile
@ -1606,7 +1606,7 @@ $(build)/android.dep: $(luni-javas) $(libdvm-javas) $(crypto-javas) \
|
||||
$(build)/android/java/lang/reflect/Proxy*
|
||||
cp -r $(build)/android/* $(classpath-build)
|
||||
for x in $(java-copied-props); \
|
||||
do cp -f $(java-prop)$${x} $(build)/android$${x} ; \
|
||||
do cp -f $(java-prop)$${x} $(classpath-build)$${x} ; \
|
||||
done
|
||||
@touch $(@)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user