Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2506f848 authored by Sonny Sasaka's avatar Sonny Sasaka
Browse files

floss: Update topshim rebuild rule

Mismatched rebuild rule causes bt_topshim to be always rebuilt. This
fixes it so incremental build can be fast again.

Bug: 181590011
Tag: #floss
Test: manual - cargo build should not rebuild bt_topshim everytime

Change-Id: Icaebfd17aefbec2aa23355a1638cf184a7e92476
parent b999d4d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ use std::path::PathBuf;

fn main() {
    // Re-run build if any of these change
    println!("cargo:rerun-if-changed=bindings/wrapper.h");
    println!("cargo:rerun-if-changed=bindings/wrapper.hpp");
    println!("cargo:rerun-if-changed=build.rs");

    // We need to configure libchrome and libmodp_b64 settings as well