Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • G GLib
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 861
    • Issues 861
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 57
    • Merge requests 57
  • 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
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • GLib
  • Merge requests
  • !141

ci: Add latest Android API level 28

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Xavier Claessens requested to merge xclaesse/glib:android-28 into master Jun 26, 2018
  • Overview 4
  • Commits 2
  • Pipelines 2
  • Changes 5
  • Split the download part into a separate script to so docker keeps that step in cache and avoid redownloading it.

  • With API level >= 28 libiconv is not needed anymore because it's part of Android's libc.

  • Generate standalone toolchains to reduce the docker image size. It's also easier because it doesn't need to pass sysroot args.

  • Use clang compiler because gcc is deprecated in this Android NDK and will be removed in the next release.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: android-28