Copy Utils to LegacyUtils and LegacyHalUtils

This change was generated with the following commands:

    cp common/include/Utils.h common/include/LegacyHalUtils.h
    mv common/include/Utils.h common/include/LegacyUtils.h
    cp common/Utils.cpp common/LegacyHalUtils.cpp
    mv common/Utils.cpp common/LegacyUtils.cp
    sed -i 's/"Utils.cpp"/"LegacyUtils.cp"/' common/Android.bp
    bpfmt -w -s common/Android.bp

This is a separate change in order to help git preserve the history.

See change I7ffc5824.

Bug: 170289677
Test: N/A
Change-Id: I2b54bc131ff4a2f05b3a1e0f180a7a4bbd7bf614
Merged-In: I2b54bc131ff4a2f05b3a1e0f180a7a4bbd7bf614
(cherry picked from commit 1e9f4d242c1159fa3a33020f0abfbfa95ca4be04)
diff --git a/nn/common/Android.bp b/nn/common/Android.bp
index c600043..3664702 100644
--- a/nn/common/Android.bp
+++ b/nn/common/Android.bp
@@ -86,8 +86,8 @@
     srcs: [
         "ExecutionBurstController.cpp",
         "ExecutionBurstServer.cpp",
+        "LegacyUtils.cpp",
         "MemoryUtils.cpp",
-        "Utils.cpp",
     ],
     header_libs: [
         "gemmlowp_headers",
@@ -156,12 +156,12 @@
         "ExecutionBurstServer.cpp",
         "GraphDump.cpp",
         "IndexedShapeWrapper.cpp",
+        "LegacyUtils.cpp",
         "MemoryUtils.cpp",
         "MetaModel.cpp",
         "OperationsUtils.cpp",
         "QuantUtils.cpp",
         "TokenHasher.cpp",
-        "Utils.cpp",
         "ValidateHal.cpp",
         "operations/ArgMinMax.cpp",
         "operations/BidirectionalSequenceLSTM.cpp",
diff --git a/nn/common/Utils.cpp b/nn/common/LegacyHalUtils.cpp
similarity index 100%
copy from nn/common/Utils.cpp
copy to nn/common/LegacyHalUtils.cpp
diff --git a/nn/common/Utils.cpp b/nn/common/LegacyUtils.cpp
similarity index 100%
rename from nn/common/Utils.cpp
rename to nn/common/LegacyUtils.cpp
diff --git a/nn/common/include/Utils.h b/nn/common/include/LegacyHalUtils.h
similarity index 100%
copy from nn/common/include/Utils.h
copy to nn/common/include/LegacyHalUtils.h
diff --git a/nn/common/include/Utils.h b/nn/common/include/LegacyUtils.h
similarity index 100%
rename from nn/common/include/Utils.h
rename to nn/common/include/LegacyUtils.h