commit | 9b8c9501ef581857d10c16e943b338dfd03a73c3 | [log] [tgz] |
---|---|---|
author | Walter Jang <wjang@google.com> | Fri Aug 12 10:54:30 2016 -0700 |
committer | Walter Jang <wjang@google.com> | Fri Aug 12 13:16:06 2016 -0700 |
tree | 36671ebe46d9a97e4582d90787e1186f86d6ce20 | |
parent | 4492269455e5c3f0400cd32a95e75d85105f6b8f [diff] |
Rename icons dir to match resources from common (1/2) Bug 30759296 Bug 30259682 Change-Id: Ie91350eaf184cd3e9e7e2e9f92b88223cf68efd2
diff --git a/Android.mk b/Android.mk index 4f8feb6..1d1c609 100644 --- a/Android.mk +++ b/Android.mk
@@ -12,7 +12,7 @@ endif src_dirs := src src-bind $(phone_common_dir)/src -res_dirs := res res-aosp res-common icons/res $(phone_common_dir)/res +res_dirs := res res-aosp res-common res-icons $(phone_common_dir)/res asset_dirs := assets LOCAL_SRC_FILES := $(call all-java-files-under, $(src_dirs))
diff --git a/icons/res/mipmap-hdpi/ic_contacts_launcher.png b/res-icons/mipmap-hdpi/ic_contacts_launcher.png similarity index 100% rename from icons/res/mipmap-hdpi/ic_contacts_launcher.png rename to res-icons/mipmap-hdpi/ic_contacts_launcher.png Binary files differ
diff --git a/icons/res/mipmap-hdpi/ic_contacts_launcher_square.png b/res-icons/mipmap-hdpi/ic_contacts_launcher_square.png similarity index 100% rename from icons/res/mipmap-hdpi/ic_contacts_launcher_square.png rename to res-icons/mipmap-hdpi/ic_contacts_launcher_square.png Binary files differ
diff --git a/icons/res/mipmap-mdpi/ic_contacts_launcher.png b/res-icons/mipmap-mdpi/ic_contacts_launcher.png similarity index 100% rename from icons/res/mipmap-mdpi/ic_contacts_launcher.png rename to res-icons/mipmap-mdpi/ic_contacts_launcher.png Binary files differ
diff --git a/icons/res/mipmap-mdpi/ic_contacts_launcher_square.png b/res-icons/mipmap-mdpi/ic_contacts_launcher_square.png similarity index 100% rename from icons/res/mipmap-mdpi/ic_contacts_launcher_square.png rename to res-icons/mipmap-mdpi/ic_contacts_launcher_square.png Binary files differ
diff --git a/icons/res/mipmap-xhdpi/ic_contacts_launcher.png b/res-icons/mipmap-xhdpi/ic_contacts_launcher.png similarity index 100% rename from icons/res/mipmap-xhdpi/ic_contacts_launcher.png rename to res-icons/mipmap-xhdpi/ic_contacts_launcher.png Binary files differ
diff --git a/icons/res/mipmap-xhdpi/ic_contacts_launcher_square.png b/res-icons/mipmap-xhdpi/ic_contacts_launcher_square.png similarity index 100% rename from icons/res/mipmap-xhdpi/ic_contacts_launcher_square.png rename to res-icons/mipmap-xhdpi/ic_contacts_launcher_square.png Binary files differ
diff --git a/icons/res/mipmap-xxhdpi/ic_contacts_launcher.png b/res-icons/mipmap-xxhdpi/ic_contacts_launcher.png similarity index 100% rename from icons/res/mipmap-xxhdpi/ic_contacts_launcher.png rename to res-icons/mipmap-xxhdpi/ic_contacts_launcher.png Binary files differ
diff --git a/icons/res/mipmap-xxhdpi/ic_contacts_launcher_square.png b/res-icons/mipmap-xxhdpi/ic_contacts_launcher_square.png similarity index 100% rename from icons/res/mipmap-xxhdpi/ic_contacts_launcher_square.png rename to res-icons/mipmap-xxhdpi/ic_contacts_launcher_square.png Binary files differ
diff --git a/icons/res/mipmap-xxxhdpi/ic_contacts_launcher.png b/res-icons/mipmap-xxxhdpi/ic_contacts_launcher.png similarity index 100% rename from icons/res/mipmap-xxxhdpi/ic_contacts_launcher.png rename to res-icons/mipmap-xxxhdpi/ic_contacts_launcher.png Binary files differ
diff --git a/icons/res/mipmap-xxxhdpi/ic_contacts_launcher_square.png b/res-icons/mipmap-xxxhdpi/ic_contacts_launcher_square.png similarity index 100% rename from icons/res/mipmap-xxxhdpi/ic_contacts_launcher_square.png rename to res-icons/mipmap-xxxhdpi/ic_contacts_launcher_square.png Binary files differ