Add LOCAL_JAVA_RESOURCE_DIRS for local resources

Bug: 116227597
Change-Id: Ieee6d49e42edb7d3228606e4ded4457b32a2b0b5
diff --git a/hostsidetests/securitybulletin/Android.mk b/hostsidetests/securitybulletin/Android.mk
index 9690b1e..d8f51b1 100644
--- a/hostsidetests/securitybulletin/Android.mk
+++ b/hostsidetests/securitybulletin/Android.mk
@@ -18,6 +18,8 @@
 
 LOCAL_SRC_FILES := $(call all-java-files-under, src)
 
+LOCAL_JAVA_RESOURCE_DIRS := res
+
 LOCAL_MODULE_TAGS := optional
 
 # tag this module as a cts test artifact