| Index: build/android/write_ordered_libraries.gypi
|
| diff --git a/build/android/write_ordered_libraries.gypi b/build/android/write_ordered_libraries.gypi
|
| index e9b8ba53792905520c0ff042b14900f818db34e1..09f529f43abfd99f5584f44bf90d6e9906a4260c 100644
|
| --- a/build/android/write_ordered_libraries.gypi
|
| +++ b/build/android/write_ordered_libraries.gypi
|
| @@ -19,10 +19,11 @@
|
| #
|
|
|
| {
|
| - 'action_name': 'ordered_libraries_<(_target_name)',
|
| + 'action_name': 'ordered_libraries_<(_target_name)<(subtarget)',
|
| 'message': 'Writing dependency ordered libraries for <(_target_name)',
|
| 'variables': {
|
| 'input_libraries%': [],
|
| + 'subtarget%': '',
|
| },
|
| 'inputs': [
|
| '<(DEPTH)/build/android/gyp/util/build_utils.py',
|
|
|