Merge "Refactoring: rename linker_allocator files"
This commit is contained in:
commit
57e800d534
@ -6,7 +6,7 @@ LOCAL_SRC_FILES:= \
|
|||||||
debugger.cpp \
|
debugger.cpp \
|
||||||
dlfcn.cpp \
|
dlfcn.cpp \
|
||||||
linker.cpp \
|
linker.cpp \
|
||||||
linker_allocator.cpp \
|
linker_block_allocator.cpp \
|
||||||
linker_environ.cpp \
|
linker_environ.cpp \
|
||||||
linker_libc_support.c \
|
linker_libc_support.c \
|
||||||
linker_phdr.cpp \
|
linker_phdr.cpp \
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
#include "private/UniquePtr.h"
|
#include "private/UniquePtr.h"
|
||||||
|
|
||||||
#include "linker.h"
|
#include "linker.h"
|
||||||
#include "linker_allocator.h"
|
#include "linker_block_allocator.h"
|
||||||
#include "linker_debug.h"
|
#include "linker_debug.h"
|
||||||
#include "linker_environ.h"
|
#include "linker_environ.h"
|
||||||
#include "linker_leb128.h"
|
#include "linker_leb128.h"
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "linker_allocator.h"
|
#include "linker_block_allocator.h"
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
@ -28,7 +28,7 @@ LOCAL_C_INCLUDES := $(LOCAL_PATH)/../../libc/
|
|||||||
|
|
||||||
LOCAL_SRC_FILES := \
|
LOCAL_SRC_FILES := \
|
||||||
linked_list_test.cpp \
|
linked_list_test.cpp \
|
||||||
linker_allocator_test.cpp \
|
linker_block_allocator_test.cpp \
|
||||||
../linker_allocator.cpp
|
../linker_block_allocator.cpp
|
||||||
|
|
||||||
include $(BUILD_NATIVE_TEST)
|
include $(BUILD_NATIVE_TEST)
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
|
||||||
#include "../linker_allocator.h"
|
#include "../linker_block_allocator.h"
|
||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user