mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-07-02 16:59:57 +09:00
sm6250-common: Initial variant handler libinit
* This libinit has been made to commonize device variants props handling [dereference23: Adapt for Xiaomi SM6250] Signed-off-by: Alexander Winkowski <dereference23@outlook.com> Change-Id: Iab68ff451ab1d6e861fb4cda4ef07fad3123ecde
This commit is contained in:
committed by
Alexander Winkowski
parent
223d20e8cd
commit
27c7899680
13
libinit/init_xiaomi_atoll.cpp
Normal file
13
libinit/init_xiaomi_atoll.cpp
Normal file
@ -0,0 +1,13 @@
|
||||
/*
|
||||
* 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();
|
||||
}
|
Reference in New Issue
Block a user