aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2010-09-20 12:24:52 +0200
committerDavid 'Digit' Turner <digit@android.com>2010-09-20 12:24:52 +0200
commit1d9873b37d2478554d9d678cd410bd3638c8dab3 (patch)
treed12e5fa48ca5f670ee4deb0eb8208880035ae33b /Makefile.android
parentd95fd13dd91ac19fac44f690b91b8749d4a84899 (diff)
downloadexternal_qemu-1d9873b37d2478554d9d678cd410bd3638c8dab3.zip
external_qemu-1d9873b37d2478554d9d678cd410bd3638c8dab3.tar.gz
external_qemu-1d9873b37d2478554d9d678cd410bd3638c8dab3.tar.bz2
Remove duplicate rules for generated source file.
Change-Id: I68075edc871af6510edbb027ac7de29ddbc85842
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android15
1 files changed, 0 insertions, 15 deletions
diff --git a/Makefile.android b/Makefile.android
index 0c61efb..98968b9 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -1104,21 +1104,6 @@ $(intermediates)/vl-android.o: $(QEMU_GDBSTUB_XML_C)
LOCAL_GENERATED_SOURCES += $(QEMU_GDBSTUB_XML_C)
-# hw-config-defs.h is generated from android/avd/hardware-properties.ini
-#
-QEMU_HARDWARE_PROPERTIES_INI := $(LOCAL_PATH)/android/avd/hardware-properties.ini
-QEMU_HW_CONFIG_DEFS_H := $(LOCAL_PATH)/android/avd/hw-config-defs.h
-$(QEMU_HW_CONFIG_DEFS_H): PRIVATE_PATH := $(LOCAL_PATH)
-$(QEMU_HW_CONFIG_DEFS_H): PRIVATE_SOURCES := $(QEMU_HARDWARE_PROPERTIES_INI)
-$(QEMU_HW_CONFIG_DEFS_H): PRIVATE_CUSTOM_TOOL = $(PRIVATE_PATH)/android/tools/gen-hw-config.py $(QEMU_HARDWARE_PROPERTIES_INI) $@
-$(QEMU_HW_CONFIG_DEFS_H): $(QEMU_HARDWARE_PROPERTIES_INI) $(LOCAL_PATH)/android/tools/gen-hw-config.py
- $(hide) rm -f $@
- $(transform-generated-source)
-
-$(LOCAL_PATH)/android/avd/hw-config.h: $(QEMU_HW_CONFIG_DEFS_H)
-
-LOCAL_GENERATED_SOURCES += $(QEMU_HW_CONFIG_DEFS_H)
-
# this is already done by the Android build system, but is done for the
# benefit of the stand-alone one.
#