mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 17:18:49 +00:00
14 lines
211 B
C++
14 lines
211 B
C++
/*
|
|
* Copyright (C) 2021 The LineageOS Project
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <libinit_dalvik_heap.h>
|
|
|
|
#include "vendor_init.h"
|
|
|
|
void vendor_load_properties() {
|
|
set_dalvik_heap();
|
|
}
|