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: I71d961d885e450641773de3299ce6f1014b8ce92
Test: treehugger
1 file changed