Update git submodules

* Update tools/tradefederation/core from branch 'master'
  to 10619a8e54008d71909db95d898564a943a6420b
  - Merge "Add "--device-id" to handle single .apks installation using bundletool"
  - Add "--device-id" to handle single .apks installation using bundletool
    
    when multiple devices connected.
    
    Test: atest apex-targetprep-tests (with following config and two
           devices connected to local host)
    
    <configuration description="Config for apex install/uninstall test cases">
        <option name="test-suite-tag" value="apex_targetprep_tests" />
        <option name="test-suite-tag" value="apct" />
    
        <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer"/>
        <target_preparer class="com.android.tradefed.targetprep.InstallApexModuleTargetPreparer" >
             <option name="test-file-name" value="ExtServices.apks" />
             <option name="test-file-name" value="com.android.tzdata.apks" />
             <option name="bundletool-file-name" value="bundletool-all-20190606.Thu.06_RC00.jar" />
        </target_preparer>
        <test class="com.android.tradefed.testtype.HostTest" >
             <option name="jar" value="apex_targetprep_tests.jar" />
        </test>
    </configuration>
           cd tests, mma, ./run_tradefed_tests.sh --class com.android.tradefed.util.BundletoolUtilTest
    
    Bug:135477947
    Bug:132259334
    Change-Id: Ie6af6708308e1b2e1bc5a881674ad653be01a73d
    
1 file changed