summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2013-05-24 10:45:58 -0700
committerAndrew Sapperstein <asapperstein@google.com>2013-05-24 10:45:58 -0700
commita2926b8013e310a991a7b2d994722ee508805433 (patch)
tree643388756d67eabcc4a3eb319a6ab41985669ee9 /build
parentc516a47f1fd034a3819cd71beca92becf598de8e (diff)
downloadandroid_packages_apps_Exchange-a2926b8013e310a991a7b2d994722ee508805433.tar.gz
android_packages_apps_Exchange-a2926b8013e310a991a7b2d994722ee508805433.tar.bz2
android_packages_apps_Exchange-a2926b8013e310a991a7b2d994722ee508805433.zip
Delete build directory (mostly).
To streamline our build, I've gone through and eliminated the redundant build directory. Strings in build/res have been moved into the regular res/ directory and the Android.mk file has been updated to no longer use the non-existent build directory at all. Fixes b/9105428. Unfortunately, one src file has to be in build to make the open source/closed source builds work properly since we don't have src overlays in the build. Change-Id: I3b6066f20d08aaf887624313adcb4db768b5d022
Diffstat (limited to 'build')
-rw-r--r--build/res/values/strings.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/build/res/values/strings.xml b/build/res/values/strings.xml
deleted file mode 100644
index 9223c0b0..00000000
--- a/build/res/values/strings.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?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" translatable="false">com.android.exchange</string>
- <string name="authority_email_provider" translatable="false">com.android.email.provider</string>
-</resources>