Move product strings to build/res

Change-Id: I89584aa19d5948cb3c0cc0e7cf9c2c84b98d1091
diff --git a/build/res/values/strings.xml b/build/res/values/strings.xml
new file mode 100644
index 0000000..12e3277
--- /dev/null
+++ b/build/res/values/strings.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="account_manager_type_exchange">com.android.exchange</string>
+    <string name="authority_email_provider">com.android.email.provider</string>
+</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0f196d3..1716e35 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -195,8 +195,4 @@
     <string name="account_setup_options_mail_window_1month">One month</string>
     <!-- A sync window length setting (i.e. load messages this far back) [CHAR LIMIT=25]  -->
     <string name="account_setup_options_mail_window_all">All</string>
-
-    <!-- Do Not Translate the following -->
-    <string name="account_manager_type_exchange">com.android.exchange</string>
-    <string name="authority_email_provider">com.android.email.provider</string>
 </resources>