blob: 22cb31e229e833912295cfe10707bd39e02d3e0f (
plain) (
tree)
|
|
/*
* 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();
}
|