aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-07-08 10:25:06 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-07-08 10:25:06 -0700
commit4057561d5414c89f0d9964017e9473b68643e865 (patch)
treeb37fb44445314577ffbb73c7a459fc115eaef060 /Makefile.android
parent71bb14f826775867d16e7d382cfdc48e6ca46ccb (diff)
downloadexternal_qemu-4057561d5414c89f0d9964017e9473b68643e865.zip
external_qemu-4057561d5414c89f0d9964017e9473b68643e865.tar.gz
external_qemu-4057561d5414c89f0d9964017e9473b68643e865.tar.bz2
Removed hw-control dependency from the UI.
qemulator_setup has been setting brighness callback via direct call to hw-control. After the change callback is set via call to ui-core-protocol Change-Id: Ib96887d47cf765f38f4a7ad39f4f39963d9fb90d
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.android b/Makefile.android
index 016126a..1ed3423 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -605,6 +605,9 @@ endif
CORE_MISC_SOURCES = android/boot-properties.c \
android/hw-kmsg.c \
android/hw-lcd.c \
+ android/gps.c \
+ android/hw-events.c \
+ android/hw-control.c \
ifeq ($(HOST_ARCH),x86)
CORE_MISC_SOURCES += i386-dis.c
@@ -640,6 +643,7 @@ UI_SOURCES = android/user-config.c \
android/resource.c \
android/qemulator.c \
android/keycode.c \
+ android/help.c \
##############################################################################
# lists of source files used by both, emulator UI and emulator core
@@ -647,6 +651,7 @@ UI_SOURCES = android/user-config.c \
UI_AND_CORE_SOURCES = android/keycode-array.c \
android/charmap.c \
+ android/hw-qemud.c \
##############################################################################
# now build the emulator itself
@@ -753,11 +758,6 @@ VL_SOURCES := vl-android.c osdep.c cutils.c \
android/cmdline-option.c \
android/config.c \
android/console.c \
- android/gps.c \
- android/help.c \
- android/hw-control.c \
- android/hw-events.c \
- android/hw-qemud.c \
android/hw-sensors.c \
android/main.c \
android/utils/bufprint.c \