Loading framework/tests/bumble/Android.bp +4 −3 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ android_test_helper_app { platform_apis: true, test_suites: [ "device-tests", "general-tests", ], } Loading @@ -49,12 +49,13 @@ java_test_host { ], data: [ ":BumbleBluetoothTestsApp" ":BumbleBluetoothTestsApp", ":bumble_pandora_server" ], required: ["bumble_pandora_server"], test_suites: [ "device-tests", "general-tests", ], } framework/tests/bumble/AndroidTest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ <option name="python-virtualenv" value="true"/> <option name="host-setup-command" value="adb -s $SERIAL reverse tcp:7999 tcp:7999" /> <option name="host-background-command" value="$EXTRA_FILE(host_testcases)/bumble_pandora_server/x86_64/bumble_pandora_server"/> value="$EXTRA_FILE(host_testcases)/BumbleBluetoothTests/bumble_pandora_server"/> <option name="host-teardown-command" value="adb -s $SERIAL reverse --remove tcp:7999" /> </target_preparer> Loading Loading
framework/tests/bumble/Android.bp +4 −3 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ android_test_helper_app { platform_apis: true, test_suites: [ "device-tests", "general-tests", ], } Loading @@ -49,12 +49,13 @@ java_test_host { ], data: [ ":BumbleBluetoothTestsApp" ":BumbleBluetoothTestsApp", ":bumble_pandora_server" ], required: ["bumble_pandora_server"], test_suites: [ "device-tests", "general-tests", ], }
framework/tests/bumble/AndroidTest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ <option name="python-virtualenv" value="true"/> <option name="host-setup-command" value="adb -s $SERIAL reverse tcp:7999 tcp:7999" /> <option name="host-background-command" value="$EXTRA_FILE(host_testcases)/bumble_pandora_server/x86_64/bumble_pandora_server"/> value="$EXTRA_FILE(host_testcases)/BumbleBluetoothTests/bumble_pandora_server"/> <option name="host-teardown-command" value="adb -s $SERIAL reverse --remove tcp:7999" /> </target_preparer> Loading