Searched refs:get_build_var (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/bit/
H A Dmake.h34 string get_build_var(const string& buildTop, const string& name, bool quiet);
38 * our product. This is faster than running get_build_var and good enough for
H A Dmake.cpp48 get_build_var(const string& buildTop, const string& name, bool quiet) function
H A Dmain.cpp515 * so that we don't have to wait for get_build_var make invocation.
582 const string buildDevice = get_build_var(buildTop, "TARGET_DEVICE", false);
583 const string buildId = get_build_var(buildTop, "BUILD_ID", false);

Completed in 60 milliseconds