Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/mobile-nixos
base: c390bbeb6b3c
Choose a base ref
...
head repository: NixOS/mobile-nixos
compare: 774dabfbfdaa
Choose a head ref
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Dec 10, 2019

  1. Copy the full SHA
    49234e9 View commit details
    Browse the repository at this point in the history
  2. libhybris: Allow relying on legacy properties

    This is used to get a slimmer libhybris for adbd for stage-1.
    
    The previous behaviour (before 35976c201741cfc21c114615b8524db5367e034a)
    was to rely on a "homegrown" system to get properties.
    
    Starting with that new properties system, it will rely on the vendor
    libraries, thus requiring all of them, plus the linker, to get
    properties.
    
    Turns out, adbd doesn't actively need anything from the vendor libraries
    or from the actual propeties system.
    
    So, it's fine to revert the change to get a working libhybris for
    stage-1.
    
    Though, what would be even better is to strip out only the minimum
    requirements for adbd, and make a "mini hybris" that we can rely on for
    adbd.
    samueldr committed Dec 10, 2019
    Copy the full SHA
    d004fb9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    87c5c47 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    920e499 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #65 from samueldr-wip/feature/libhybris/update

    libhybris: 2018-06-18 -> 2019-12-02
    samueldr committed Dec 10, 2019
    Copy the full SHA
    774dabf View commit details
    Browse the repository at this point in the history