mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Update the remote access test folder.
Update the test folder directory. The previous temp directory is not allowed to be accessed by selinux rule. Test: Manual follow remote access test plan on seahawk. Bug: 272773565 Change-Id: I2b8b05f56560d3d28d0d61e816d345f8d03f59a5
This commit is contained in:
@@ -65,8 +65,7 @@ constexpr char COMMAND_INJECT_TASK[] = "--inject-task";
|
||||
constexpr char COMMAND_INJECT_TASK_NEXT_REBOOT[] = "--inject-task-next-reboot";
|
||||
constexpr char COMMAND_STATUS[] = "--status";
|
||||
|
||||
constexpr char DEBUG_TASK_FOLDER[] = "/data/local/tests";
|
||||
constexpr char DEBUG_TASK_FILE[] = "/data/local/tests/debugTask";
|
||||
constexpr char DEBUG_TASK_FILE[] = "/data/vendor/remoteaccess/debugTask";
|
||||
|
||||
std::vector<uint8_t> stringToBytes(std::string_view s) {
|
||||
const char* data = s.data();
|
||||
|
||||
Reference in New Issue
Block a user