2a371dce540bfaf2d04365d6835394dff3ee4dbd
[ Merge of http://go/wvgerrit/150789 ] We had two copies of the wvcrc32.h and wvcrc.cpp files: One in oemcrypto/util/ and one in oemcrypto/test/. The two were identical except for the namespaces used. However, this setup created confusion if the compiler could see both files, as the wrong one could get included. This patch removes the set from test/ in favor of the more-widely-used set from util/ and updates the one piece of code using the old namespace. Update Android oemcrypto_test makefile for wvcrc32. [ Merge of http://go/wvgerrit/153657 ] Duplicated wvcrc files were removed in http://go/wvgerrit/150632, however, the Android-specific makefile for oemcrypto_test was not updated with the new source and include directory. This CL makes the necessary changes to the makefile to build with the OEC ref util version of wvcrc32. Bug: 229160397 Bug: 236317198 Test: oemcrypto_test Change-Id: I0b53255122172fb514e7e0602b59f3ab704e52da
Description
No description provided