summaryrefslogtreecommitdiffstats
path: root/power/Android.mk
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-01-15 16:12:14 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-01-15 16:12:14 -0800
commit5ce01674d44addab570009ceddeaa08d64534092 (patch)
tree7efa8951d39fd254c9a0eba20180548670228ae5 /power/Android.mk
downloadhardware_libhardware_legacy-5ce01674d44addab570009ceddeaa08d64534092.zip
hardware_libhardware_legacy-5ce01674d44addab570009ceddeaa08d64534092.tar.gz
hardware_libhardware_legacy-5ce01674d44addab570009ceddeaa08d64534092.tar.bz2
auto import from //branches/cupcake/...@126645
Diffstat (limited to 'power/Android.mk')
-rw-r--r--power/Android.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/power/Android.mk b/power/Android.mk
new file mode 100644
index 0000000..a524d0e
--- /dev/null
+++ b/power/Android.mk
@@ -0,0 +1,8 @@
+# Copyright 2006 The Android Open Source Project
+
+LOCAL_SRC_FILES += power/power.c
+
+ifeq ($(QEMU_HARDWARE),true)
+ LOCAL_SRC_FILES += power/power_qemu.c
+ LOCAL_CFLAGS += -DQEMU_POWER=1
+endif