aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2015-02-05 21:21:24 +0100
committerDavid 'Digit' Turner <digit@google.com>2015-02-07 20:54:03 +0100
commitf387532d85cda1d6789897852a7c7bbb8d7e6ea6 (patch)
tree5bd561c7fce269dc77c6f20f1332a765c4706ccd /Makefile.common
parentf8874dbe3c4a4357eefcf43633cecdf955aa97d1 (diff)
downloadqemu-f387532d85cda1d6789897852a7c7bbb8d7e6ea6.tar.gz
android/base/system/System.h: new helper header.
This introduces a new interface class (android::base::System) used to interact with the platform. Ideally, this should be the only abstraction used by the rest of android::base:: to access platform features, but we're not there yet. Change-Id: I0fd986e47dfdb2e1bb9873256f9d84d7f5475bb9
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 2817b107c4..54477f2163 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -145,6 +145,7 @@ common_LOCAL_SRC_FILES += \
android/base/String.cpp \
android/base/StringFormat.cpp \
android/base/StringView.cpp \
+ android/base/system/System.cpp \
android/base/threads/ThreadStore.cpp \
android/emulation/CpuAccelerator.cpp \
android/filesystems/ext4_utils.cpp \
@@ -160,12 +161,12 @@ common_LOCAL_SRC_FILES += \
android/utils/bufprint.c \
android/utils/debug.c \
android/utils/dll.c \
- android/utils/dirscanner.c \
+ android/utils/dirscanner.cpp \
android/utils/eintr_wrapper.c \
android/utils/filelock.c \
android/utils/file_data.c \
android/utils/format.cpp \
- android/utils/host_bitness.c \
+ android/utils/host_bitness.cpp \
android/utils/http_utils.cpp \
android/utils/ini.c \
android/utils/intmap.c \