diff options
| author | 2017-10-18 06:00:51 +0000 | |
|---|---|---|
| committer | 2017-10-18 06:00:51 +0000 | |
| commit | e994b4b584a23be4574b725f6b5e654535f8e1d0 (patch) | |
| tree | 01f445dbd94b92bc7ef728a85765c8f8c3afc8c8 /tools/bit/make.h | |
| parent | d32138d78a0c2753c6473effc0657ff7cf2c0de9 (diff) | |
| parent | a40118d7b6f70f44eaf4a47a32808088fd039f71 (diff) | |
Merge "Use soong_ui directly, instead of make"
Diffstat (limited to 'tools/bit/make.h')
| -rw-r--r-- | tools/bit/make.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bit/make.h b/tools/bit/make.h index bb83c6e14226..1c9504d62d46 100644 --- a/tools/bit/make.h +++ b/tools/bit/make.h @@ -31,7 +31,7 @@ struct Module vector<string> installed; }; -string get_build_var(const string& buildTop, const string& name, bool quiet); +string get_build_var(const string& name, bool quiet); /** * Poke around in the out directory and try to find a device name that matches |