summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2013-05-24 10:39:28 -0700
committerAndrew Sapperstein <asapperstein@google.com>2013-05-24 13:36:21 -0700
commit642c6775ded9b9c4a9db6411612da0a5095d14b1 (patch)
treee55a0b9d12280af2dffe1872df1d5a65d55fe239 /Android.mk
parentfb6a74b5e0b1e4c0ae9d98e8f6cb70c805f8435e (diff)
downloadandroid_packages_apps_Email-642c6775ded9b9c4a9db6411612da0a5095d14b1.tar.gz
android_packages_apps_Email-642c6775ded9b9c4a9db6411612da0a5095d14b1.tar.bz2
android_packages_apps_Email-642c6775ded9b9c4a9db6411612da0a5095d14b1.zip
Delete build directory.
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. Change-Id: I93288068dceb13ad0a9a5396eb88335e3ecd65f1
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index cc9a53549..df048e563 100644
--- a/Android.mk
+++ b/Android.mk
@@ -24,7 +24,7 @@ chips_dir := ../../../frameworks/ex/chips/res
unified_email_dir := ../UnifiedEmail
photo_dir := ../../../frameworks/opt/photoviewer/res
emailcommon_dir := emailcommon
-res_dir := $(chips_dir) res $(unified_email_dir)/res $(photo_dir) $(emailcommon_dir)/res build/res
+res_dir := $(chips_dir) res $(unified_email_dir)/res $(photo_dir) $(emailcommon_dir)/res
LOCAL_MODULE_TAGS := optional