Update build file to allow us to have resources in static libs.

Depends on: Change Ifb4d2300: Support to build static Java library with Android resource

Change-Id: Ie1ac8c93cb3f12a7d4e9afd873a13607ed72b932
diff --git a/chips/Android.mk b/chips/Android.mk
index bba269d..4a7977a 100644
--- a/chips/Android.mk
+++ b/chips/Android.mk
@@ -20,4 +20,5 @@
 LOCAL_SRC_FILES := \
      $(call all-java-files-under, src) \
      $(call all-logtags-files-under, src)
-include $(BUILD_STATIC_JAVA_LIBRARY)
+LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
+include $(BUILD_STATIC_JAVA_LIBRARY)
\ No newline at end of file