Files
SebaUbuntu 9a2636aeb4 marble: Import libinit from old tree
Co-Authored-By: Ramii Ahmed <ramy@ahmedramy.com>
Co-Authored-By: luk1337 <priv.luk@gmail.com>
Co-Authored-By: Arian <arian.kulmer@web.de>
Co-Authored-By: Mohammed Althaf Thayyil <me@althafvly.com>
Co-Authored-By: YuKongA <70465933+YuKongA@users.noreply.github.com>
2024-10-23 19:57:43 +09:00

19 lines
444 B
C++

/*
* Copyright (C) 2021 The LineageOS Project
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef LIBINIT_UTILS_H
#define LIBINIT_UTILS_H
#include <string>
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);
const std::string fingerprint_to_description(const std::string &fingerprint);
#endif // LIBINIT_UTILS_H