From daa3ed61035fdc61378b2d0d00797e159a21d367 Mon Sep 17 00:00:00 2001 From: Vikram Aggarwal Date: Fri, 19 Oct 2012 13:44:22 -0700 Subject: [PATCH] Switch to frameworks/opt/photoviewer Bug: 7379833 Switch GMail to frameworks/opt/photoviewer Depends on: https://googleplex-android-review.googlesource.com/#/c/243938/ Change-Id: Iacf7fe112a67702a41bbbf044948ba3d2a3f7883 --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index b2dad7af9..2af73c5a3 100644 --- a/Android.mk +++ b/Android.mk @@ -22,7 +22,7 @@ include $(CLEAR_VARS) # Include res dir from chips, unified, and photoviewer chips_dir := ../../../frameworks/ex/chips/res unified_email_dir := ../UnifiedEmail -photo_dir := ../../../frameworks/ex/photoviewer/res +photo_dir := ../../../frameworks/opt/photoviewer/res res_dir := $(chips_dir) res $(unified_email_dir)/res $(photo_dir) build/res LOCAL_MODULE_TAGS := optional