Remove "cp $(out) ." from genrule

$(out) is the correct location for the output, and "." is the root of the source tree.  Remove "cp $(out) ." to avoid writing to the source tree.

Bug: 185211826
Change-Id: Ie936d8b396e044f8ef4307df53232bea6cc770d6
Test: treehugger
1 file changed