Add dependency on android_tools in java_apk.gypi for all test apks.
This patch adds a dependency on entire android_tools target that contains forwarder2 and md5sum to java_apk.gypi for all test apks, so that individual test apk targets do not need to explicitly depend on the tools required to run them. BUG=271482 Review URL: https://chromiumcodereview.appspot.com/22865003 git-svn-id: http://src.chromium.org/svn/trunk/src/build@217386 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
876bf9bb9d
Коммит
f5af020b79
|
@ -371,6 +371,11 @@
|
|||
},
|
||||
],
|
||||
}],
|
||||
['is_test_apk == 1', {
|
||||
'dependencies': [
|
||||
'<(DEPTH)/tools/android/android_tools.gyp:android_tools',
|
||||
]
|
||||
}],
|
||||
],
|
||||
'actions': [
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче