OSDN Git Service

Multiple x86 platforms support
authorChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 9 Dec 2009 07:23:25 +0000 (15:23 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 14 Apr 2010 08:16:54 +0000 (16:16 +0800)
commit5f4e61ddd475b301a9405e22add6a46d7005ca03
treef88d7f386185f4ff4a18b11802855d36df0c79d2
parentbbf517c1c97a219cd3b0500e0124cc72a2672c80
Multiple x86 platforms support

Add generic_x86 as a common base for all x86 targets,
and change the default target to generic_x86.
27 files changed:
core/definitions.mk
core/envsetup.mk
core/product.mk
target/board/generic_x86/AndroidBoard.mk [new file with mode: 0644]
target/board/generic_x86/BoardConfig.mk [new file with mode: 0644]
target/board/generic_x86/disk_layout.conf [new file with mode: 0644]
target/board/generic_x86/firmware/Android.mk [new file with mode: 0644]
target/board/generic_x86/init.rc [new file with mode: 0644]
target/board/generic_x86/keymaps/Android.mk [new file with mode: 0644]
target/board/generic_x86/keymaps/de.kcm [new file with mode: 0644]
target/board/generic_x86/keymaps/de.kl [new file with mode: 0644]
target/board/generic_x86/keymaps/es_latin.kcm [new file with mode: 0644]
target/board/generic_x86/keymaps/es_latin.kl [new file with mode: 0644]
target/board/generic_x86/keymaps/fn.kcm [new file with mode: 0644]
target/board/generic_x86/keymaps/fn.kl [new file with mode: 0644]
target/board/generic_x86/keymaps/fr.kcm [new file with mode: 0644]
target/board/generic_x86/keymaps/fr.kl [new file with mode: 0644]
target/board/generic_x86/keymaps/jp.kcm [new file with mode: 0644]
target/board/generic_x86/keymaps/jp.kl [new file with mode: 0644]
target/board/generic_x86/keymaps/qwerty.kcm [new file with mode: 0644]
target/board/generic_x86/keymaps/qwerty.kl [new file with mode: 0644]
target/board/generic_x86/keymaps/ru.kcm [new file with mode: 0644]
target/board/generic_x86/keymaps/ru.kl [new file with mode: 0644]
target/board/generic_x86/keymaps/uk.kcm [new file with mode: 0644]
target/board/generic_x86/keymaps/uk.kl [new file with mode: 0644]
target/product/AndroidProducts.mk
target/product/generic_x86.mk [new file with mode: 0644]