Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
CMake
CMake
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,236
    • Issues 3,236
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 14
    • Merge Requests 14
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • External Wiki
    • External Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CMake
  • CMakeCMake
  • Merge Requests
  • !362

Merged
Opened Dec 27, 2016 by Ruslan Baratov@rusloDeveloper

Android utilities: fix cleanup operation

  • Overview 2
  • Commits 1
  • Pipelines 2
  • Changes 1

'su' is not available by default on all devices:

  > adb shell "echo ls /data/local/tmp | su"
  /system/bin/sh: su: not found
  > echo $?
  0

Also since execute_adb_command use execute_process under the hood the pipeline (|) will not be treated as special symbol and will be process just like one more command line argument for the adb.

Assignee
Assign to
Reviewer
Request review from
3.8.0
Milestone
3.8.0 (Past due)
Assign milestone
Time tracking
Reference: cmake/cmake!362
Source branch: pr.fix.android.cleanup