Index: build/android/pylib/remote/device/dummy/dummy.gyp |
diff --git a/build/android/pylib/remote/device/dummy/dummy.gyp b/build/android/pylib/remote/device/dummy/dummy.gyp |
index 46e2d484f151029a215e1337c6e2b484ab9dea31..b003edcd86950d84562dfe457c2b57f128bbe5f6 100644 |
--- a/build/android/pylib/remote/device/dummy/dummy.gyp |
+++ b/build/android/pylib/remote/device/dummy/dummy.gyp |
@@ -7,18 +7,13 @@ |
# APK, so we build a dummy APK to upload as the app. |
{ |
- 'variables': { |
- 'remote_device_dummy_apk_name': 'remote_device_dummy', |
- 'remote_device_dummy_apk_path': '<(PRODUCT_DIR)/apks/<(remote_device_dummy_apk_name).apk', |
- }, |
'targets': [ |
{ |
# GN: //build/android/pylib/remote/device/dummy:remote_device_dummy_apk |
'target_name': 'remote_device_dummy_apk', |
'type': 'none', |
'variables': { |
- 'apk_name': '<(remote_device_dummy_apk_name)', |
- 'final_apk_path': '<(remote_device_dummy_apk_path)', |
+ 'apk_name': 'remote_device_dummy', |
'java_in_dir': '.', |
'android_manifest_path': '../../../../../../build/android/AndroidManifest.xml', |
}, |
@@ -26,22 +21,5 @@ |
'../../../../../../build/java_apk.gypi', |
] |
}, |
- { |
- 'target_name': 'require_remote_device_dummy_apk', |
- 'message': 'Making sure <(remote_device_dummy_apk_path) has been built.', |
- 'type': 'none', |
- 'variables': { |
- 'required_file': '<(PRODUCT_DIR)/remote_device_dummy_apk/<(remote_device_dummy_apk_name).apk.required', |
- }, |
- 'inputs': [ |
- '<(remote_device_dummy_apk_path)', |
- ], |
- 'outputs': [ |
- '<(required_file)', |
- ], |
- 'action': [ |
- 'python', '../../build/android/gyp/touch.py', '<(required_file)', |
- ], |
- } |
] |
} |