| Index: build/java_apk.gypi
|
| diff --git a/build/java_apk.gypi b/build/java_apk.gypi
|
| index ff837c38e71ec8f75fcf3ab7bcc08de79023ea35..a1fc8574db67ca4e21145a2d2205ae5c263f8ba4 100644
|
| --- a/build/java_apk.gypi
|
| +++ b/build/java_apk.gypi
|
| @@ -247,7 +247,7 @@
|
| 'additional_R_text_files': ['<(intermediate_dir)/R.txt'],
|
| },
|
| }],
|
| - ['native_lib_target != "" and component == "shared_library"', {
|
| + ['native_lib_target != "" and android_must_copy_system_libraries == 1', {
|
| 'dependencies': [
|
| '<(DEPTH)/build/android/setup.gyp:copy_system_libraries',
|
| ],
|
|
|