Skip to content

Commit

Permalink
Various updates
Browse files Browse the repository at this point in the history
Fix a number of issues with audio, RIL, GPS, and others
  • Loading branch information
rmcc committed Apr 12, 2011
1 parent f80764b commit 5bdc92d
Show file tree
Hide file tree
Showing 12 changed files with 863 additions and 34 deletions.
19 changes: 17 additions & 2 deletions BoardConfig.mk
Expand Up @@ -14,6 +14,9 @@ TARGET_ARCH_VARIANT_CPU := cortex-a9
TARGET_ARCH_VARIANT_FPU := vfpv3-d16
TARGET_HAVE_TEGRA_ERRATA_657451 := true

TARGET_SPECIFIC_HEADER_PATH := device/lge/p990/include

#TARGET_USERIMAGES_USE_EXT4 := true

BOARD_KERNEL_CMDLINE :=
BOARD_KERNEL_BASE := 0x10000000
Expand All @@ -35,6 +38,7 @@ TARGET_USES_OLD_LIBSENSORS_HAL:=true
BOARD_PREBUILT_LIBAUDIO := true
# Use dirty hack to allow froyo libaudio
BOARD_USE_KINETO_COMPATIBILITY := true
BOARD_USES_FROYO_AUDIOPOLICY := true

BOARD_HAVE_BLUETOOTH := true
BOARD_HAVE_BLUETOOTH_BCM := true
Expand All @@ -43,6 +47,7 @@ BOARD_USE_FROYO_LIBCAMERA := true
BOARD_HAS_LGE_FFC := true
BOARD_NO_RGBX_8888 := true
TARGET_LIBAGL_USE_GRALLOC_COPYBITS := true
BOARD_SUPPORTS_GRALLOC_FB_READ := ../../../device/lge/p990/include/gralloc.h

BOARD_HAS_NO_MISC_PARTITION := true

Expand All @@ -56,12 +61,22 @@ WPA_SUPPLICANT_VERSION := VER_0_6_X

BOARD_WPA_SUPPLICANT_DRIVER := WEXT

#BOARD_USES_GPSSHIM := true
#BOARD_GPS_LIBRARIES := libgps
BOARD_USES_GPSSHIM := true
BOARD_GPS_LIBRARIES := libgps
## SUPL calls are causing crashes... :\
BOARD_GPS_BAD_AGPS := true

BOARD_HAS_VIBRATOR_IMPLEMENTATION := ../../device/lge/p990/vibrator.c

BOARD_VOLD_EMMC_SHARES_DEV_MAJOR := true
BOARD_VOLD_MAX_PARTITIONS := 9

TARGET_RECOVERY_PRE_COMMAND := "/system/bin/setup-recovery"

#BOARD_USES_HW_MEDIARECORDER := true
#BOARD_USES_HW_MEDIASCANNER := true
#BOARD_USES_HW_MEDIAPLUGINS := true

#BOARD_HAVE_FM_RADIO := true
#BOARD_GLOBAL_CFLAGS += -DHAVE_FM_RADIO

0 comments on commit 5bdc92d

Please sign in to comment.