Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3198)

Unified Diff: build/android/push_libraries.gypi

Issue 16831013: [Android] Add an action to check/record attached devices (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Blah Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/gyp/util/build_device.py ('k') | build/android/setup.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/push_libraries.gypi
diff --git a/build/android/push_libraries.gypi b/build/android/push_libraries.gypi
index 17f479debbef3182c4cc86adb7f9ee8041353395..1f17660c44832db2e55b006319824aec5ee86016 100644
--- a/build/android/push_libraries.gypi
+++ b/build/android/push_libraries.gypi
@@ -29,17 +29,14 @@
'<(DEPTH)/build/android/gyp/util/md5_check.py',
'<(DEPTH)/build/android/gyp/push_libraries.py',
'<(strip_stamp)',
+ '<(build_device_config_path)',
],
'outputs': [
'<(push_stamp)',
- # If a user switches the connected device, new libraries may
- # need to be pushed even if there have been no changes. To
- # ensure that the libraries on the device are always
- # up-to-date, this step should always be triggered.
- '<(push_stamp).fake',
],
'action': [
'python', '<(DEPTH)/build/android/gyp/push_libraries.py',
+ '--build-device-configuration=<(build_device_config_path)',
'--libraries-dir=<(libraries_source_dir)',
'--device-dir=<(device_library_dir)',
'--libraries-json=<(ordered_libraries_file)',
« no previous file with comments | « build/android/gyp/util/build_device.py ('k') | build/android/setup.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698