platform_system_core/adb/fastdeploy
Idries Hamadi 7575cd90e5 Modified fastdeploy dependencies to ensure that fast deploy is build as part of 'sdk' target
deploypatchgenerator is now a dependency of adb
deployagent is now a java_binary target and uses the built in 'wrapper' parameter to bundle deployagent.sh
fastdeploy.cpp code in adb modified to reference deployagent rather than deployagent.sh (required to work with built in wrapper functionality).
removed near-redundant fastdeploy_init and TFastDeployConfig singleton as per:
https://android-review.googlesource.com/c/platform/system/core/+/740521/12/adb/client/fastdeploy.cpp#36
relocated kFastDeployMinApi to more appropriate location

Test: rm -rf $ANDROID_ROOT/out
Test: make sdk -j40

Test: find out/ -iname deploypatchgenerator
Test: observe that deploypatchgenerator.jar has been built as a dependency of the sdk target

Test: mm
Test: adb install -r -f --force-agent --local-agent ~/example_apks/example.apk
Test: adb install -r -f --no-streaming --force-agent --local-agent ~/example_apks/example.apk

Change-Id: I4e52d32f87774b44845bf6b5be0bae331a0b2324
2018-09-06 10:05:54 +00:00
..
deployagent Integrate adb with fastdeploy 2018-08-06 13:57:47 +01:00
deploylib/src/com/android/fastdeploy Integrate adb with fastdeploy 2018-08-06 13:57:47 +01:00
deploypatchgenerator Integrate adb with fastdeploy 2018-08-06 13:57:47 +01:00
proto Integrate adb with fastdeploy 2018-08-06 13:57:47 +01:00
Android.bp Modified fastdeploy dependencies to ensure that fast deploy is build as part of 'sdk' target 2018-09-06 10:05:54 +00:00