aboutsummaryrefslogtreecommitdiff
path: root/libinit/init_xiaomi_holi.cpp
blob: 22cb31e229e833912295cfe10707bd39e02d3e0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (C) 2022 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();
}