Now making it so all .properties get packed into classpath.jar

This commit is contained in:
Vasily Litvinov 2014-03-18 19:01:44 +04:00
parent 1f8fa8a4e8
commit 3bd903ca69

View File

@ -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 $(@)