Files
device_oplus_denniz/libinit/include/libinit_utils.h
2024-03-26 02:00:07 +09:00

17 lines
365 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);
#endif // LIBINIT_UTILS_H