From 1ab39bc4b46a3e2cccc4abfff6ec342ca26a9400 Mon Sep 17 00:00:00 2001 From: PaulK Date: Sun, 15 Apr 2012 16:20:14 +0200 Subject: Added BOARD_HAVE_FM_RADIO set to false and moved stuff Signed-off-by: PaulK --- BoardConfig.mk | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'BoardConfig.mk') diff --git a/BoardConfig.mk b/BoardConfig.mk index 7a515de..7d14f9f 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -38,8 +38,12 @@ TARGET_OMAP3 := true TARGET_BOARD_PLATFORM := omap3 TARGET_BOOTLOADER_BOARD_NAME := gta04 -#skip device specific audio libraries +# Hardware +BOARD_HAVE_FM_RADIO := false +# skip device specific audio libraries BOARD_USES_GENERIC_AUDIO := true - -#skip camera for now USE_CAMERA_STUB := true + +# Init +# uncomment the following lines for sdcard init.rc +#TARGET_PROVIDES_INIT := true -- cgit v1.2.3