Fix resource overlay order for AOSP Email
b/11255375 Change-Id: I2aa677024500b9944e9bce7846ba7488c28748a8
This commit is contained in:
parent
164677131a
commit
e2391fec51
@ -25,7 +25,7 @@ unified_email_dir := ../UnifiedEmail
|
||||
photo_dir := ../../../frameworks/opt/photoviewer/res ../../../frameworks/opt/photoviewer/activity/res
|
||||
emailcommon_dir := emailcommon
|
||||
gridlayout_dir := ../../../frameworks/support/v7/gridlayout/res
|
||||
res_dir := $(chips_dir) res $(unified_email_dir)/res $(photo_dir) $(emailcommon_dir)/res $(gridlayout_dir)
|
||||
res_dir := res $(unified_email_dir)/res $(chips_dir) $(photo_dir) $(emailcommon_dir)/res $(gridlayout_dir)
|
||||
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user