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:
@@ -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();
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user