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: 83761e308ab2
Choose a base ref
...
head repository: NixOS/mobile-nixos
compare: a853cde215ad
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 22, 2020

  1. xiaomi-begonia: Don't rely on bundled dtc_overlay

    While discussing with other devs, working on a samsung device on another
    distro, I figured out it was basically free to try and build it with a
    shim that's calling "proper" `dtc` and see if it works.
    
    It worked for xiaomi-begonia.
    
    It worked for that other device (on postmarketOS) too!
    
    This means we're suddently gaining the ability to build natively.
    Additionally, for postmarketOS, it allows them to build, considering
    `dtc_overlay` uses glibc, and postmarketOS doesn't.
    samueldr committed Nov 22, 2020
    Copy the full SHA
    5bad6b7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #241 from samueldr-wip/device/xiaomi-begonia/fix-d…

    …tc-overlay
    
    xiaomi-begonia: Don't rely on bundled dtc_overlay
    samueldr committed Nov 22, 2020
    Copy the full SHA
    a853cde View commit details
    Browse the repository at this point in the history