summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2015-05-19 23:52:08 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-05-19 23:52:08 +0000
commit9ee5d02abe090e6d6010d38562d7ca3fe12cba49 (patch)
treeed74a6aa91f56ea4fbffc4e927c715b2e5f8c910
parentd1fafa73e89931fc0cb5ba5588e199a0006d02d7 (diff)
parenta25fa23347df8fb7ee9a8d7317973f6cfd300547 (diff)
downloadandroid_packages_apps_UnifiedEmail-9ee5d02abe090e6d6010d38562d7ca3fe12cba49.tar.gz
android_packages_apps_UnifiedEmail-9ee5d02abe090e6d6010d38562d7ca3fe12cba49.tar.bz2
android_packages_apps_UnifiedEmail-9ee5d02abe090e6d6010d38562d7ca3fe12cba49.zip
am a25fa233: Use to reference support library resource dir.
* commit 'a25fa23347df8fb7ee9a8d7317973f6cfd300547': Use $(SUPPORT_LIBRARY_ROOT) to reference support library resource dir.
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index d00c9c179..3a2db9046 100644
--- a/Android.mk
+++ b/Android.mk
@@ -18,9 +18,9 @@ LOCAL_PATH:= $(call my-dir)
chips_dir := ../../../frameworks/opt/chips/res
#Include res dir from libraries
-appcompat_dir := ../../../prebuilts/sdk/current/support/v7/appcompat/res
+appcompat_dir := ../../../$(SUPPORT_LIBRARY_ROOT)/v7/appcompat/res
photo_dir := ../../../frameworks/opt/photoviewer/res ../../../frameworks/opt/photoviewer/appcompat/res
-gridlayout_dir := ../../../prebuilts/sdk/current/support/v7/gridlayout/res
+gridlayout_dir := ../../../$(SUPPORT_LIBRARY_ROOT)/v7/gridlayout/res
bitmap_dir := ../../../frameworks/opt/bitmap/res
datetimepicker_dir := ../../../frameworks/opt/datetimepicker/res
res_dirs := res $(appcompat_dir) $(chips_dir) $(photo_dir) $(gridlayout_dir) $(bitmap_dir) $(datetimepicker_dir)