Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • CMake CMake
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 4,163
    • Issues 4,163
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 19
    • Merge requests 19
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CMakeCMake
  • CMakeCMake
  • Merge requests
  • !492

WIP: Android unified headers

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Florent Castelli requested to merge Orphis/cmake:android_unified_headers into master Feb 16, 2017
  • Overview 17
  • Commits 2
  • Pipelines 1
  • Changes 13

Add support for Android unified headers as described in https://android.googlesource.com/platform/ndk/+/master/docs/UnifiedHeaders.md Introduces two new variables CMAKE_SYSROOT_COMPILE and CMAKE_SYSROOT_LINK that will override CMAKE_SYSROOT and CMAKE_ANDROID_UNIFIED_HEADERS to enable the feature.

WIP! Documentation about the new variables and Android option is missing, I'll write it when it passes the first round of review.

Fixes issue #16584 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: android_unified_headers