diff options
Diffstat (limited to 'cmds')
-rwxr-xr-x | cmds/input/input | 2 | ||||
-rw-r--r-- | cmds/uiautomator/library/Android.mk | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/cmds/input/input b/cmds/input/input index fa9dced..7f1a18e 100755 --- a/cmds/input/input +++ b/cmds/input/input @@ -3,5 +3,5 @@ # base=/system export CLASSPATH=$base/framework/input.jar -exec app_process $base/bin com.android.commands.input.Input $* +exec app_process $base/bin com.android.commands.input.Input "$@" diff --git a/cmds/uiautomator/library/Android.mk b/cmds/uiautomator/library/Android.mk index 7cc0884..2123f25 100644 --- a/cmds/uiautomator/library/Android.mk +++ b/cmds/uiautomator/library/Android.mk @@ -65,6 +65,7 @@ LOCAL_SOURCE_FILES_ALL_GENERATED := true include $(BUILD_STATIC_JAVA_LIBRARY) # Make sure to run droiddoc first to generate the stub source files. $(full_classes_compiled_jar) : $(uiautomator_stubs_stamp) +$(built_dex_intermediate) : $(uiautomator_stubs_stamp) uiautomator_stubs_jar := $(full_classes_compiled_jar) ############################################### |