Merge res-common resources with exising file in res
For each file, the res-common values are appended to the
the end of the file in res with the same name
Bug 30759296
Change-Id: Icda411d2a9f8acedc51a982be0f4c8c8b7f7c69f
diff --git a/Android.mk b/Android.mk
index 1d1c609..b19df65 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 res-icons $(phone_common_dir)/res
+res_dirs := res res-aosp res-icons $(phone_common_dir)/res
asset_dirs := assets
LOCAL_SRC_FILES := $(call all-java-files-under, $(src_dirs))