diff --git a/makefile b/makefile index d6a362c46d..c438dbc4c2 100755 --- a/makefile +++ b/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 $(@)