Skip to content

Commit df5bdd7

Browse files
Ying WangAndroid (Google) Code Review
authored andcommitted
Merge "Make librs_jni depend on libRSDriver to remove circular dependency" into jb-mr1-dev
2 parents 6253985 + 12618a7 commit df5bdd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphics/jni/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ LOCAL_ADDITIONAL_DEPENDENCIES := $(addprefix $(rs_generated_include_dir)/,rsgApi
3232
LOCAL_MODULE:= librs_jni
3333
LOCAL_ADDITIONAL_DEPENDENCIES += $(rs_generated_source)
3434
LOCAL_MODULE_TAGS := optional
35-
LOCAL_REQUIRED_MODULES := libRS
35+
LOCAL_REQUIRED_MODULES := libRS libRSDriver
3636

3737
include $(BUILD_SHARED_LIBRARY)

0 commit comments

Comments
 (0)