Files
Sebastiano Barezzi 2ab819e7c7 raphael: Checkout NFC to LOS sm8150-common tree
* From https://github.com/LineageOS/android_device_xiaomi_sm8150-common.

Revert "raphael: build some NFC packages"

This reverts commit bbee1443e1.
2023-01-24 16:58:53 +00: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