sm6250-common: libinit: Get build description from build fingerprint

Change-Id: I3661981c7ba78670dcacd814598284274cb2eb9d
This commit is contained in:
Sebastiano Barezzi
2021-08-24 16:21:12 +02:00
committed by Alexander Winkowski
parent e5f929281e
commit a0b832caff
4 changed files with 35 additions and 2 deletions

View File

@ -13,4 +13,6 @@ void property_override(std::string prop, std::string value, bool add = true);
void set_ro_build_prop(const std::string &prop, const std::string &value, bool product = false);
std::string fingerprint_to_description(std::string fingerprint);
#endif // LIBINIT_UTILS_H