sm8150-common: libinit: Move to local header path

We'll stop exporting the headers with the refactor

Change-Id: I66174d5f732f8d04e4a5d10fa2b54563bd5aeeb2
This commit is contained in:
Sebastiano Barezzi
2025-10-30 02:01:26 +01:00
parent 886c0a1efe
commit d3bdd47698
4 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
#include "vendor_init.h"
#include <libinit_dalvik_heap.h>
#include "include/libinit_dalvik_heap.h"
void vendor_load_properties() {
set_dalvik_heap();

View File

@@ -4,9 +4,9 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <libinit_dalvik_heap.h>
#include "include/libinit_dalvik_heap.h"
#include <libinit_utils.h>
#include "include/libinit_utils.h"
#include <sys/sysinfo.h>
#include <string>

View File

@@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <libinit_utils.h>
#include "include/libinit_utils.h"
#define _REALLY_INCLUDE_SYS__SYSTEM_PROPERTIES_H_
#include <sys/_system_properties.h>

View File

@@ -4,9 +4,9 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <libinit_variant.h>
#include "include/libinit_variant.h"
#include <libinit_utils.h>
#include "include/libinit_utils.h"
#include <android-base/logging.h>
#include <android-base/properties.h>